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. |
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