OriginError
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 unavailableOriginError
{
"origin": "https://origin1.example.com",
"status": 503,
"message": "Service temporarily unavailable"
}