DefaultErrorResponseError Class

Error model.

Constructor

DefaultErrorResponseError(*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.

details
innererror
str

More information to debug error.

Attributes

code

Standardized string to programmatically identify the error.

code: str | None

details

details: list['_models.DefaultErrorResponseErrorDetailsItem'] | None

innererror

More information to debug error.

innererror: str | None

message

Detailed error description and debugging information.

message: str | None

target

Detailed error description and debugging information.

target: str | None