UnexpectedError

@Serializable
data class UnexpectedError(val reason: String) : SighticError

Unexpected error with an associated reason that can be provided to Sightic Analytics for troubleshooting.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard