Compartilhar via


InnerErrorDescription Class

inner error.

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

Inheritance
azure.mgmt.containerregistry._serialization.Model
InnerErrorDescription

Constructor

InnerErrorDescription(*, code: str, message: str, target: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

error code. Required.

message
str

error message. Required.

target
str

target of the particular error.

Variables

Name Description
code
str

error code. Required.

message
str

error message. Required.

target
str

target of the particular error.