InvalidQueryError class
The error that appears when the query is not valid
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”constructor
Section titled “constructor”Creates an instance of error type.
⊕ new InvalidQueryError(message: string
): InvalidQueryError
Parameters:
Section titled “Parameters:”- message:
string
- The error message
Public Properties
Section titled “Public Properties”message
Section titled “message”● message: string
● name: string
● stack?: string
Static Properties
Section titled “Static Properties”● Error: ErrorConstructor