We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655d8c9 commit 30616c1Copy full SHA for 30616c1
docusaurus/docs/dev-docs/error-handling.md
@@ -405,7 +405,7 @@ The `ForbiddenError` class is a specific error class used when a user either doe
405
| --- | --- | --- | --- |
406
| `message` | `string` | The error message | `Forbidden access` |
407
408
-Note: `ForbiddenError` message contents will not be displayed to the Content API and will be returned to the user as an empty `UnauthorizedError`
+Note: `ForbiddenError` message contents will not be displayed to the Content API and will be returned to the user as an empty `ForbiddenError`
409
410
```js
411
throw new ForbiddenError('Ah ah ah, you didn\'t say the magic word');
0 commit comments