Documentation
    Preparing search index...

    Class ForeignKeyConstraintError

    Thrown when a foreign key constraint is violated in the database

    Hierarchy (View Summary)

    Index
    fields: { [field: string]: string } | undefined
    index: string | undefined
    parameters: object

    The parameters for the sql that triggered the error

    reltype: RelationshipType | undefined
    sql: string

    The SQL that triggered the error

    table: string | undefined
    value: unknown