All files / src/lib/error db-error.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 586x 86x   86x  
const UNIQUE_CONSTRAINT_VIOLATION = '23505';
const FOREIGN_KEY_VIOLATION = '23503';
 
export { UNIQUE_CONSTRAINT_VIOLATION, FOREIGN_KEY_VIOLATION };