Class TimeoutError

Thrown when a database query times out because of a deadlock

Hierarchy

Constructors

  • Parameters

    • parent: DatabaseErrorParent
    • Optional options: SequelizeErrorOptions

    Returns TimeoutError

Properties

cause: DatabaseErrorParent
message: string
name: string
parameters: object
sql: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Accessors

  • get original(): this["cause"]
  • Returns this["cause"]

  • get parent(): this["cause"]
  • Returns this["cause"]

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc