AzureResourceErrorInfo Class
The azure resource error info.
All required parameters must be populated in order to send to server.
Constructor
AzureResourceErrorInfo(*, code: str, message: str, details: List[_models.AzureResourceErrorInfo] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
The error code. Required. |
message
|
The error message. Required. |
details
|
The error details. |
Variables
Name | Description |
---|---|
code
|
The error code. Required. |
message
|
The error message. Required. |
details
|
The error details. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python