AzureResourceErrorInfo Class
The azure resource error info.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web.v2022_09_01.models._models_py3.ErrorInfoAzureResourceErrorInfo
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python