Skip to main content

OriginError

originstring

The origin server URL that failed

Example: https://origin1.example.com
statusinteger

HTTP status code from the origin

Example: 503
messagestring

Error message from the origin

Example: Service temporarily unavailable
OriginError
{
"origin": "https://origin1.example.com",
"status": 503,
"message": "Service temporarily unavailable"
}