KeyUseAuthorizationException

class KeyUseAuthorizationException(val failure: KeyUseAuthorizationFailure, message: String, cause: Throwable? = null) : Exception

A stable wallet failure that does not require platform exception-message parsing.

Constructors

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

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

Stable wallet-facing reason for the failure.

Link copied to clipboard
expect open val message: String?