DetailedError
This represents information that can be gathered about an error
Name | Type | Nullable? | Description |
---|---|---|---|
external_error_code | string | ✔ | This is the custom error code used by external systems @example "AMAZON_ERR_124", "shopify_bad_request_435323" |
external_http_status_code | number | ✔ | The status code associated with this error |
message | string | ✔ | An error message that will be bubbled up to the users |
raw_external_context | string | ✔ | The full response or error returned (serialized) |
standardized_error_code | The standarized code associated with this error type |