AzureResourceErrorInfo Class

The azure resource error info.

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

Inheritance
azure.mgmt.logic.models._models_py3.ErrorInfo
AzureResourceErrorInfo

Constructor

AzureResourceErrorInfo(*, code: str, message: str, details: List[AzureResourceErrorInfo] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
code
str

Required. The error code.

message
str

Required. The error message.

details

The error details.

Variables

Name Description
code
str

Required. The error code.

message
str

Required. The error message.

details

The error details.