Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 821 Bytes

File metadata and controls

12 lines (8 loc) · 821 Bytes

Rosetta.Error

Properties

Name Type Description Notes
code Number Code is a network-specific error code. If desired, this code can be equivalent to an HTTP status code.
message String 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.
retriable Boolean An error is retriable if the same request may succeed if submitted again.
details Object Often times it is useful to return context specific to the request that caused the error (i.e. a sample of the stack trace or impacted account) in addition to the standard error message. [optional]