| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Status |
double | ➖ | HTTP status code of the provider error | 400 |
Url |
string | ➖ | URL that caused the error | https://api.provider.com/v1/resource |
Raw |
ProviderErrorRaw | ➖ | Raw error response from the provider | { "message": "Invalid input parameters" } |
Headers |
ProviderErrorHeaders | ➖ | Response headers | { "content-type": "application/json", "x-request-id": "5678c28b211dace4e0a0f9171e6b88c5" } |