Documentation
    Preparing search index...

    Class ExclusionConstraintError

    Thrown when an exclusion constraint is violated 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