참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.This Error indicates an incorrect type or value was passed to a function or method.
Extends
quaisError<"INVALID_ARGUMENT">
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
argument | string | The name of the argument. | - |
code | ErrorCode | The string error code. | quaisError.code |
error? | Error | Any related error. | quaisError.error |
shortMessage | string | A short message describing the error, with minimal additional details. | quaisError.shortMessage |
value | any | The value that was provided. | - |
