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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python