ErrorDefinition Class

Error definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.features._serialization.Model
ErrorDefinition

Constructor

ErrorDefinition(*, details: List[_models.ErrorDefinition] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
details

Internal error details.

Variables

Name Description
code
str

Service specific error code which serves as the substatus for the HTTP error code.

message
str

Description of the error.

details

Internal error details.