Error

data class Error(val message: String) : ConnectionState

Represents an error state that occurred during the connection process.

This state indicates that something went wrong during connection establishment, service discovery, or during an active connection. The connection should be considered invalid when in this state.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

A human-readable description of the error that occurred. This message can be displayed to users or logged for debugging.