Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.78 KB

File metadata and controls

11 lines (8 loc) · 2.78 KB

ProviderError

Fields

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"
}