Class ApiException
- Namespace
- Aptos.Exceptions
- Assembly
- Aptos.dll
- Inheritance
-
Api
Exception
- Implements
- Inherited Members
Constructors
ApiException(ApiType, AptosRequest, AptosResponse<object>)
Parameters
type
ApiType request
AptosRequest response
AptosResponse <object>
Fields
Data
The error object returned by the API. This can be a JObject or a string.