Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
QueryError
Class QueryError
Thrown when a query is passed invalid options (see message for details)
Hierarchy (
view full
)
BaseError
QueryError
Index
Constructors
constructor
Accessors
original
parent
Constructors
constructor
new
Query
Error
(
message
,
options
?
)
:
QueryError
Parameters
message
:
string
Optional
options
:
ErrorOptions
Returns
QueryError
Accessors
original
get
original
(
)
:
this
[
"cause"
]
Returns
this
[
"cause"
]
Deprecated
use
cause
.
parent
get
parent
(
)
:
this
[
"cause"
]
Returns
this
[
"cause"
]
Deprecated
use
cause
.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
original
parent
Documentation
Loading...
Thrown when a query is passed invalid options (see message for details)