InternalErrorException

class InternalErrorException(val reason: ErrorReason, errorId: String? = null) : WalletException

Exception representing an internal error with a specified reason.

Parameters

errorId

An optional ID related to the error

Constructors

Link copied to clipboard
constructor(reason: ErrorReason, errorId: String? = null)

Properties

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

An optional ID related to the error

Link copied to clipboard
open val message: String?
Link copied to clipboard

The reason for the internal error.