다음을 통해 공유


ApiErrorBase Class

Api error base.

Constructor

ApiErrorBase(*, code: str | None = None, target: str | None = None, message: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

The error code.

Default value: None
target
str

The target of the particular error.

Default value: None
message
str

The error message.

Default value: None

Variables

Name Description
code
str

The error code.

target
str

The target of the particular error.

message
str

The error message.