Hello everyone,
While doing some tests unit tests, trying to create a record with missing information on a required field, I get a ‘PrismaClientValidationError’ object, with ‘message’ filled properly, but no ‘code’ ?
According to the error page list the should be an code for this kind of error: =>
https://www.prisma.io/docs/reference/api-reference/error-reference
Does anyone encountered this behaviour in the past ?
Thank you !
Context:
MacOS BigSur 11.6
“Prisma”: “^3.4.0"