mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08: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