AptosClientException

open class AptosClientException(message: String, cause: Throwable? = null) : Exception

The base class for all exceptions originating from the Aptos client SDK.

Catching this exception allows you to handle any known error from the client in a single block.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)