RippleAPIError
A wrapper for one or more error messages that occurred when processing a request.
Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.
- Type: Object
This type can contain the following fields:
Field | Type | Required? | Description |
---|---|---|---|
errors |
Array of ErrorItem | Required | A list of errors that occurred when processing this request. |
message |
String | Required | A human-readable error message summarizing the problem(s) that occurred. |