Code is a network-specific error code. If desired, this code can be equivalent to an HTTP status code.
RosettaError
Optional
detailsRosettaError
Message is a network-specific error message. The message MUST NOT change for a given code. In particular, this means that any contextual information should be included in the details field.
RosettaError
An error is retriable if the same request may succeed if submitted again.
RosettaError
Generated using TypeDoc
Instead of utilizing HTTP status codes to describe node errors (which often do not have a good analog), rich errors are returned using this object. Both the code and message fields can be individually used to correctly identify an error. Implementations MUST use unique values for both fields.
Export
Interface
RosettaError