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 ?float HTTP status code of the provider error 400
url ?string URL that caused the error https://api.provider.com/v1/resource
raw ?Components\Raw Raw error response from the provider {
"message": "Invalid input parameters"
}
headers ?Components\Headers Response headers {
"content-type": "application/json",
"x-request-id": "5678c28b211dace4e0a0f9171e6b88c5"
}