Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

292
Views
Does throwing an error from set() guarantee that the model will not be saved to the database?

I am using a schema validator to validate and clean up a JSON schema before it is set. It performs the validation and spits out a clean version (if valid) all in one step, so it would be redundant to use it in both the validate and set() properties. There's no need to do it twice.

Does throwing an error from set() guarantee that the model will not be saved to the database?

Here's the column from the model for example:

metadata: {
  type: DataTypes.JSONB,
  set(obj) {
    const { error, value } = schema.validate(obj)
    if (error) throw error
    this.setDataValue('metadata', value)
  },
},
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!