InvalidQueryError class

The error that appears when the query is not valid

Extends

Error

Index

Constructors

Public Properties

Static Properties

Constructors


constructor

Creates an instance of error type. ⊕ new InvalidQueryError(message: string): InvalidQueryError

Parameters:

  • message: string - The error message

Public Properties


message

● message: string


name

● name: string


stack

● stack?: string


Static Properties


Error

● Error: ErrorConstructor