Skip to main content
Data Class
data class Unauthorized(val message: String, val cause: Throwable? = null) : TransactionError

Constructors

constructor(message: String, cause: Throwable? = null)

Properties

PropertyTypeDescription
causeThrowable?-
codeTransactionErrorCodeStable, machine-readable identifier for this error.
messageString-