Blockchain

Base exception class for Blockchain-related errors.

This class serves as the parent for all recoverable errors related to blockchain chain ID and namespace operations.

Inheritors

Types

Link copied to clipboard

Thrown when the chain ID is invalid.

Link copied to clipboard

Thrown when no supported curve is found for the given chain ID.

Link copied to clipboard

Thrown when no supported namespace is found for the given chain ID.

Properties

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