General

data class General(val cause: Throwable) : NotaryError

Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

Functions

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