We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website docs: https://www.prisma.io/docs/orm/prisma-schema/data-model/relations/referential-actions#example-of-catching-errors
docs/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx
Lines 493 to 516 in e44a3de
- if (error.code === 'P2014') { + if (error.code === 'P2003') {
needs to be displayed instead of (screenshot from website)
Is this a problem? Or is the highlighted code limited to certain situations?
The text was updated successfully, but these errors were encountered:
Thank you for catching this! This is indeed an issue. This uses our previous version of highlighting and will be updated to the current syntax.
Sorry, something went wrong.
jharrell
No branches or pull requests
Some example
Website docs: https://www.prisma.io/docs/orm/prisma-schema/data-model/relations/referential-actions#example-of-catching-errors
docs/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx
Lines 493 to 516 in e44a3de
the main code:
needs to be displayed instead of (screenshot from website)
Is this a problem? Or is the highlighted code limited to certain situations?
The text was updated successfully, but these errors were encountered: