CmConnectResult

sealed interface CmConnectResult

Represents the result of an attempt to connect to a module, encapsulating both success and failure states.

See also

Inheritors

Types

Link copied to clipboard

Represents a failed connection attempt, including an error detailing the failure cause.

Link copied to clipboard
data object Success : CmConnectResult

Represents a successful connection attempt.