Documentation
Preparing search index...
@sequelize/mssql
AsyncQueueError
Class AsyncQueueError
Thrown when a connection to a database is closed while an operation is in progress
Hierarchy (
View Summary
)
BaseError
AsyncQueueError
Index
Constructors
constructor
Accessors
original
parent
Constructors
constructor
new
AsyncQueueError
(
message
:
string
)
:
AsyncQueueError
Parameters
message
:
string
Returns
AsyncQueueError
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...
Thrown when a connection to a database is closed while an operation is in progress