Package-level declarations
This package contains all the custom exceptions thrown by Ksui. These are mostly Sui wrapper exceptions.
Types
Link copied to clipboard
Link copied to clipboard
data class GraphQLError(val message: String, val locations: List<ErrorLocation>? = null, val path: List<Any>? = null, val extensions: Map<String, Any?>? = null)
Link copied to clipboard
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
Link copied to clipboard
Base exception for all exceptions in the Sui SDK.