ScreenOpenThreadException

Reports that a runtime cannot present a ScreenDefinition from the calling thread.

Runtime implementations must raise this failure before transferring the definition, allowing the caller to retry on the platform owner thread or close it.

Parameters

message

platform diagnostic describing the required thread.

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?