Back to Sequelize

ForeignKeyConstraintError

static/v4/class/lib/errors/index.js~ForeignKeyConstraintError.html

latest820 B
Original Source

publicclass| source

ForeignKeyConstraintError

Extends:

Error → BaseErrorDatabaseError → ForeignKeyConstraintError

Thrown when a foreign key constraint is violated in the database

Inherited Summary

| From class DatabaseError | | public |

original: Error

| | | public |

parent: Error

| | | public |

sql: string

The SQL that triggered the error

| |