(error: unknown): boolean import {is_pg_unique_violation} from '@fuzdev/fuz_app/db/pg_error.js'; Check if an error is a PostgreSQL unique constraint violation (error code 23505).
error
the caught error
type
unknownreturns
boolean true if the error is a unique constraint violation