| APIConnectionException |
An exception that represents a failure to connect to ZumoKit's API.
|
| APIException |
An exception that represents an internal problem with ZumoKit's servers.
|
| AuthenticationException |
An exception that represents failure to authenticate with ZumoKit's API.
|
| InvalidArgumentException |
An exception indicating that one or more of the arguments failed to validate on client-side,
for example when a destination address is invalid.
|
| InvalidRequestException |
An exception indicating that invalid parameters were used in a request.
|
| RateLimitException |
An exception indicating that too many requests have hit the API too quickly.
|
| WalletException |
An exception indicating that there is a problem with the wallet used for a request.
|
| ZumoKitException |
A base class for ZumoKit-related exceptions.
|