The type returned from an API error
the error name "AptosApiError"
the url the request was made to
the response status. i.e. 400
the response message
the response data
the AptosRequest
Readonly
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Generated using TypeDoc
The type returned from an API error
Param: name
the error name "AptosApiError"
Param: url
the url the request was made to
Param: status
the response status. i.e. 400
Param: statusText
the response message
Param: data
the response data
Param: request
the AptosRequest