Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
SequelizeScopeError
Class SequelizeScopeError
Scope Error. Thrown when Sequelize cannot query the specified scope.
Hierarchy (
view full
)
BaseError
SequelizeScopeError
Index
Constructors
constructor
Accessors
original
parent
Constructors
constructor
new
Sequelize
Scope
Error
(
message
,
options
?
)
:
SequelizeScopeError
Parameters
message
:
string
Optional
options
:
ErrorOptions
Returns
SequelizeScopeError
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...
Scope Error. Thrown when Sequelize cannot query the specified scope.