ErrorDetails Class

Error details.

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

Inheritance
ErrorDetails

Constructor

ErrorDetails(*, code: str, message: str, additional_properties: Optional[Dict[str, object]] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

code
str
Required

Required. Error code identifying the specific error.

message
str
Required

Required. A human readable error message.