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