Class DatabaseError

A base class for all database related errors.

Hierarchy

Implements

  • DatabaseErrorParent
  • CommonErrorProperties

Constructors

  • Parameters

    • parent: DatabaseErrorParent

      The database specific error which triggered this one

    • Optional options: SequelizeErrorOptions

    Returns DatabaseError

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