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