Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class AptosApiError(val request: AptosRequest, val response: AptosResponse, message: String) : Exception

The type returned from an API error

Link copied to clipboard
open class AptosException(message: String) : RuntimeException
Link copied to clipboard
enum Error : Enum<Error>
Link copied to clipboard
open class ParsingException(message: String) : Exception

This error is used to explain why parsing failed.

Link copied to clipboard