InternalError #
Unexpected error. Should be reserved for Kuzzle's use only.
Status Code #
500
Example #
const err = new context.errors.InternalError('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.
Unexpected error. Should be reserved for Kuzzle's use only.
500
const err = new context.errors.InternalError('error message');