UnableToNotifyEjection

Thrown when unable to notify Portal of ejection.

Parameters

cause

The underlying error that prevented the eject-notification call from succeeding, if any. Forwarded to Throwable.cause for debugging — typically a PortalException.Api.HttpBadRequest (since 9.0.0) or an java.io.IOException.

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?