ErrorResponseBody Class

An error response from the Azure Container Registry service.

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

Inheritance
ErrorResponseBody

Constructor

ErrorResponseBody(*, code: str, message: str, target: Optional[str] = None, details: Optional[List[azure.mgmt.containerregistry.v2021_08_01_preview.models._models_py3.InnerErrorDescription]] = None, **kwargs)

Variables

code
str

Required. error code.

message
str

Required. error message.

target
str

target of the particular error.

details
list[InnerErrorDescription]

an array of additional nested error response info objects, as described by this contract.