Compartilhar via


ErrorDetails Class

Error details.

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

Constructor

ErrorDetails(*, code: str, message: str, additional_properties: dict[str, collections.abc.MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Default value: None
code
str

Error code identifying the specific error. Required.

message
str

A human readable error message. Required.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

code
str

Error code identifying the specific error. Required.

message
str

A human readable error message. Required.