SignerException

Signer-related errors (6xxx range).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Invalid(message: String, cause: Throwable? = null) : SignerException

Invalid signer error.

Link copied to clipboard
class NotFound(message: String, cause: Throwable? = null) : SignerException

Signer not found error.

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
open override fun toString(): String