ErrorResponseBody Class
Error response body contract.
- Inheritance
-
azure.mgmt.storage._serialization.ModelErrorResponseBody
Constructor
ErrorResponseBody(*, code: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
message
|
A message describing the error, intended to be suitable for display in a user interface. |
Variables
Name | Description |
---|---|
code
|
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
message
|
A message describing the error, intended to be suitable for display in a user interface. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python