The Base Error all Sequelize Errors inherit from.
Sequelize provides a host of custom error classes, to allow you to do easier debugging. All of these errors are exported by the @sequelize/core package. All sequelize errors inherit from the base JS error object.
@sequelize/core
Optional
use cause.
The Base Error all Sequelize Errors inherit from.
Sequelize provides a host of custom error classes, to allow you to do easier debugging. All of these errors are exported by the
@sequelize/core
package. All sequelize errors inherit from the base JS error object.