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 Summary
)
BaseError
SequelizeScopeError
Index
Constructors
constructor
Accessors
original
parent
Constructors
constructor
new
SequelizeScopeError
(
message
:
string
,
options
?:
ErrorOptions
,
)
:
SequelizeScopeError
Parameters
message
:
string
Optional
options
:
ErrorOptions
Returns
SequelizeScopeError
Accessors
original
get
original
()
:
this
[
"cause"
]
Returns
this
[
"cause"
]
Deprecated
use
Error.cause
.
parent
get
parent
()
:
this
[
"cause"
]
Returns
this
[
"cause"
]
Deprecated
use
Error.cause
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
original
parent
Documentation
Loading...
Scope Error. Thrown when Sequelize cannot query the specified scope.