CloudErrorBody Class
An error response from the service.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelCloudErrorBody
Constructor
CloudErrorBody(*, 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