GET /errors
Every error code: what it means, the fix, and whether retrying can succeed.
GET https://marketmayhem.co/api/v1/errorsResponse
Section titled “Response”| Field | Type | Required | Meaning |
|---|---|---|---|
errors | object[] | yes | |
errors[].code | string | yes | |
errors[].status | integer | yes | |
errors[].meaning | string | yes | |
errors[].cause | string | ||
errors[].fix | string | yes | |
errors[].retry | boolean | yes |