SonixError

data class SonixError(val message: String, val cause: Throwable? = null)

Error information for Sonix operations.

Used by StateFlows to report errors without throwing exceptions.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard