InvalidArgumentsError
Error thrown when the given arguments are invalid
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new InvalidArgumentsError(expectedArguments: string): InvalidArgumentsError
Defined in src/errors.ts:65
Parameters:
| Name | Type |
|---|---|
expectedArguments | string |
Returns: InvalidArgumentsError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor