sequelize-pool / TimeoutError
Error which is thrown by pool when acquire request timeouts
Error
new TimeoutError(
message
?):TimeoutError
string
TimeoutError
Error.constructor
message:
string
Error.message
name:
string
Error.name
optional
stack:string
Error.stack
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Optional override for formatting stack traces
Error
CallSite
[]
any
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
Error.prepareStackTrace
static
stackTraceLimit:number
Error.stackTraceLimit
static
captureStackTrace(targetObject
,constructorOpt
?):void
Create .stack property on a target object
Object
Function
void
Error.captureStackTrace