ErrorResponse Class
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- Inheritance
-
azure.mgmt.authorization._serialization.ModelErrorResponse
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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python