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