DefaultErrorResponseErrorDetailsItem Class

Detailed errors.

Constructor

DefaultErrorResponseErrorDetailsItem(*args: Any, **kwargs: Any)

Variables

Name Description
code
str

Standardized string to programmatically identify the error.

message
str

Detailed error description and debugging information.

target
str

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