Types

Link copied to clipboard
class Disconnected(message: String, cause: Throwable? = null) : DataTrackSchemaException

The connection was lost before the request completed, or the participant is not connected.

Link copied to clipboard
class Internal(message: String, cause: Throwable? = null) : DataTrackSchemaException

An unexpected internal error occurred.

Link copied to clipboard

The stored definition is not valid UTF-8.

Link copied to clipboard
class Rejected(message: String, cause: Throwable? = null) : DataTrackSchemaException

The SFU rejected the request (for example the schema was never defined).

Link copied to clipboard
class Timeout(message: String, cause: Throwable? = null) : DataTrackSchemaException

The SFU did not respond in time.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard