ScreenDefinitionUnavailableException

Reports that a one-shot ScreenDefinition can no longer transfer its payload.

The definition is either already owned by a runtime or was explicitly closed. This failure never transfers ownership and is safe to observe from any calling thread.

Parameters

message

stable diagnostic describing the unavailable state.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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