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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python