Thrown when an exclusion constraint is violated in the database

Hierarchy (view full)

Constructors

Properties

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

The parameters for the sql that triggered the error

sql: string

The SQL that triggered the error

table: undefined | string

Accessors