CloudErrorBody Class
An error response from Key Vault resource provider.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelCloudErrorBody
Constructor
CloudErrorBody(*, code: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Error code. This is a mnemonic that can be consumed programmatically. |
message
|
User friendly error message. The message is typically localized and may vary with service version. |
Variables
Name | Description |
---|---|
code
|
Error code. This is a mnemonic that can be consumed programmatically. |
message
|
User friendly error message. The message is typically localized and may vary with service version. |
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