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
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
|
code
|
Error code identifying the specific error. Required. |
|
message
|
A human readable error message. Required. |