For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /common/enums/InvalidArgumentErrorType.md.

Enumeration: InvalidArgumentErrorType

error

描述 InvalidArgumentError 类型的枚举。

An enum describing the type of InvalidArgumentError

Enumeration Members

Duplicate

Duplicate: "Duplicate"

Remarks

该参数在此域中存在重复。

The argument has a duplicate in this domain.


Empty

Empty: "Empty"

Remarks

该参数为空。

The argument is empty.


InvalidType

InvalidType: "InvalidType"

Remarks

该参数类型不正确。

The argument is not the correct type.


Unknown

Unknown: "Unknown"

Remarks

该参数在此域中未知。

The argument is unknown in this domain.


Unspecified

Unspecified: "Unspecified"

Remarks

未指定错误类型。

No specified error type.


UnsupportedValue

UnsupportedValue: "UnsupportedValue"

Remarks

该参数对该类型不受支持。

The argument is unsupported for this type.

同领域相关