Where's the list of error codes? I just want to co...
# orm-help
f
Where's the list of error codes? I just want to confirm
3010
is for violating unique constraints
d
When do you receive this? What operation are you performing? 🙂
f
I'm doing a
createEntity
, and making it err on purpose attempting to create a second record with the same value in a field that is constrained
d
okay, and you are using which DB? does the error show up in GraphQL playground?
f
I'm trying the playground rn, let me see
it could very well the error is in yoga
I'm using a mysql instance on a local docker
yup it's on my playground