ProxyErrorResponse
okbooleanrequired
Example:
falseerrorstringrequired
Example:
All origins failederrors object[]required
Detailed error information from each origin server
Array [
originstring
The origin server URL that failed
Example:
https://origin1.example.comstatusinteger
HTTP status code from the origin
Example:
503messagestring
Error message from the origin
Example:
Service temporarily unavailable]
ProxyErrorResponse
{
"ok": false,
"error": "All origins failed",
"errors": [
{
"origin": "https://origin1.example.com",
"status": 503,
"message": "Service temporarily unavailable"
}
]
}