ErrorResponse Class

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Inheritance
ErrorResponse

Constructor

ErrorResponse(*, error: Optional[azure.mgmt.billing.models._models_py3.ErrorDetails] = None, **kwargs)

Parameters

error
ErrorDetails
Required

The details of the error.