InnerError Class
Inner error details.
- Inheritance
-
azure.mgmt.compute._serialization.ModelInnerError
Constructor
InnerError(*, exceptiontype: str | None = None, errordetail: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
exceptiontype
|
The exception type. |
errordetail
|
The internal error message or exception dump. |
Variables
Name | Description |
---|---|
exceptiontype
|
The exception type. |
errordetail
|
The internal error message or exception dump. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python