Class ForeignKeyConstraintError

Thrown when a foreign key constraint is violated in the database

Hierarchy

Constructors

Properties

cause: DatabaseErrorParent
fields: undefined | {
    [field: string]: string;
}
index: undefined | string
message: string
name: string
parameters: object
reltype: undefined | RelationshipType
sql: string
stack?: string
table: undefined | string
value: unknown
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