mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-09 15:14:35 +00:00
UniqueConstraintError class is subclass of ValidationError in both of v3 and v4(current). authorities: for v4 http://docs.sequelizejs.com/class/lib/errors/index.js~UniqueConstraintError.html for v3 (official doc is wrong.) https://github.com/sequelize/sequelize/blob/v3/lib/errors.js#L153