ApiError Class

Api error.

Constructor

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

Variables

Name Description
details

The Api error details.

innererror

The Api inner error.

code
str

The error code.

target
str

The target of the particular error.

message
str

The error message.

Attributes

code

The error code.

code: str | None

details

The Api error details.

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

innererror

The Api inner error.

innererror: _models.InnerError | None

message

The error message.

message: str | None

target

The target of the particular error.

target: str | None