ForbiddenError #
Unauthorized access to a resource.
Status Code #
403
Example #
const err = new context.errors.ForbiddenError('error message');
Edit this page on Github(opens new window)
You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.
Unauthorized access to a resource.
403
const err = new context.errors.ForbiddenError('error message');