entity icon indicating copy to clipboard operation
entity copied to clipboard

Translate uniqueness constraint violation to EntityError

Open wschurman opened this issue 4 years ago • 0 comments

In entity-database-adapter-knex, an error with code 23505 means a unique constraint was violated in postgres. It may be worth looking into translating this type of error into an EntityError subclass. Or maybe not.

wschurman avatar Jun 08 '20 16:06 wschurman