Package-level declarations

This package contains all the custom exceptions thrown by Ksui. These are mostly Sui wrapper exceptions.

Types

Link copied to clipboard
open class ParsingException(message: String) : Exception

This error is used to explain why parsing failed.

Link copied to clipboard

Instantiates a new Signature scheme not supported exception.

Link copied to clipboard
Link copied to clipboard
open class SuiException(message: String) : Exception

Base exception for all exceptions in the Sui SDK.