ExtendedErrorInfo Class

The extended error info.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
ExtendedErrorInfo

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
str

Required. The error message.

details

The error message details.

inner_error
any

The inner error.

Variables

Name Description
code

Required. The error code. Possible values include: "NotSpecified", "IntegrationServiceEnvironmentNotFound", "InternalServerError", "InvalidOperationId".

message
str

Required. The error message.

details

The error message details.

inner_error
any

The inner error.