ErrorDefinition Class
Error description and code explaining why resource name is invalid.
- Inheritance
-
azure.mgmt.resource.subscriptions._serialization.ModelErrorDefinition
Constructor
ErrorDefinition(*, message: str | None = None, code: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
message
|
Description of the error. |
code
|
Code of the error. |
Variables
Name | Description |
---|---|
message
|
Description of the error. |
code
|
Code of the error. |
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