Documentation
    Preparing search index...

    Class UnknownConstraintError

    Thrown when constraint name is not found in the database

    Hierarchy (View Summary)

    Index
    constraint: string | undefined
    fields: Record<string, string | number> | undefined
    parameters: object

    The parameters for the sql that triggered the error

    sql: string

    The SQL that triggered the error

    table: string | undefined