注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。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. | - |
