ErrorResponse Class 
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
Some Error responses:
- 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header. 
- 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header. - ivar error: The details of the error. - vartype error: ~azure.mgmt.consumption.models.ErrorDetails 
Constructor
ErrorResponse(*, error: _models.ErrorDetails | None = None, **kwargs)Keyword-Only Parameters
| Name | Description | 
|---|---|
| error | The details of the error. Default value: None |