ErrorResponse Class

Error response indicates Azure Front Door Standard or Azure Front Door Premium or CDN service is not able to process the incoming request. The reason is provided in the error message.

Inheritance
azure.mgmt.cdn._serialization.Model
ErrorResponse

Constructor

ErrorResponse(*, error: _models.ErrorDetail | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
error

The error object.

Variables

Name Description
error

The error object.