ExtendedErrorInfo Class
The extended error info.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelExtendedErrorInfo
Constructor
ExtendedErrorInfo(*, code: str | ErrorResponseCode, message: str, details: List[ExtendedErrorInfo] | None = None, inner_error: Any | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Required. The error code. Possible values include: "NotSpecified", "IntegrationServiceEnvironmentNotFound", "InternalServerError", "InvalidOperationId". |
message
|
Required. The error message. |
details
|
The error message details. |
inner_error
|
The inner error. |
Variables
Name | Description |
---|---|
code
|
Required. The error code. Possible values include: "NotSpecified", "IntegrationServiceEnvironmentNotFound", "InternalServerError", "InvalidOperationId". |
message
|
Required. The error message. |
details
|
The error message details. |
inner_error
|
The inner error. |
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