ApiErrorBase Class
Api error base.
- Inheritance
-
azure.mgmt.compute._serialization.ModelApiErrorBase
Constructor
ApiErrorBase(*, code: str | None = None, message: str | None = None, target: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
The error code. |
message
|
The error message. |
target
|
The target of the particular error. |
Variables
Name | Description |
---|---|
code
|
The error code. |
message
|
The error message. |
target
|
The target of the particular error. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python