Hi sequelize experts!
I would like to ask, how to handle errors when using the method .create(...)
. I found posts both in the documentation and in stackoverflow on how to handle errors for the .build()
and findOrCreate()
methods but not for the create()
method.
Comments are highly appreciated.
Note: I am using sequelize v3.1.0 and tedious v1.11.0.