ErrorDefinition Class
The error response indicating why the incoming request wasn't able to be processed.
All required parameters must be populated in order to send to server.
Constructor
ErrorDefinition(*, code: str, message: str, details: list['_models.ErrorDefinition'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
code
|
The error code. Required. |
|
message
|
The error message indicating why the operation failed. Required. |
|
details
|
The internal error details. Default value: None
|
Variables
| Name | Description |
|---|---|
|
code
|
The error code. Required. |
|
message
|
The error message indicating why the operation failed. Required. |
|
details
|
The internal error details. |