CHiOO
CHiOO
CCConvex Community
Created by CHiOO on 10/18/2024 in #support-community
Convext Ent - Custom Error Message
I'm using convex -ents to define my schema. is there other way to have a customer message if error happens like this code below ?
defineEnt({}).field('email', v.string(), {unique: true}) - i want to have a message if email is not unique.
defineEnt({}).field('email', v.string(), {unique: true}) - i want to have a message if email is not unique.
2 replies