IrohExceptionInterface

An Error.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun debugMessage(): String

Detailed debug representation of the original Rust error.

Link copied to clipboard
abstract fun isKind(kind: IrohErrorKind): Boolean

Convenience helper for bindings that do not expose enum comparison ergonomically.

Link copied to clipboard
abstract fun kind(): IrohErrorKind

Stable high-level error category.

Link copied to clipboard
abstract fun message(): String

Human-readable error message.