CHiOOC
Convex Community16mo ago
1 reply
CHiOO

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. 
Was this page helpful?