ApiErrorBase Class
Api error base.
- Inheritance
-
azure.mgmt.compute._serialization.ModelApiErrorBase
Constructor
ApiErrorBase(*, code: str | None = None, target: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
The error code. |
target
|
The target of the particular error. |
message
|
The error message. |
Variables
Name | Description |
---|---|
code
|
The error code. |
target
|
The target of the particular error. |
message
|
The error message. |
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