Utils
InvalidArgumentError
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. | - |
Was this page helpful?