DefaultErrorResponseErrorDetailsItem Class
Detailed errors.
Constructor
DefaultErrorResponseErrorDetailsItem(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
code
|
Standardized string to programmatically identify the error. |
|
message
|
Detailed error description and debugging information. |
|
target
|
Detailed error description and debugging information. |
Attributes
code
Standardized string to programmatically identify the error.
code: str | None
message
Detailed error description and debugging information.
message: str | None
target
Detailed error description and debugging information.
target: str | None