Core
API v1.x
1

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.

Error codes #

0x00: core #

Subdomain: 0x0000: fatal #

| Id | Error Type (Status Code) | Message | | ------ | -----------------| ------------------ | ------------------ | | core.fatal.unexpected_error

0x00000001
| InternalError
(500)
| Caught an unexpected error. Please contact your support. | | core.fatal.service_unavailable
0x00000002
| ExternalServiceError
(500)
| An external service is unavailable | | core.fatal.service_timeout
0x00000003
| InternalError
(500)
| Service initialization timeout | | core.fatal.unreadable_log_dir
0x00000004
| InternalError
(500)
| Cannot read the content of the log directory | | core.fatal.assertion_failed
0x00000005
| InternalError
(500)
| A runtime assertion has failed. Please contact support. |


Subdomain: 0x0001: realtime #

| Id | Error Type (Status Code) | Message | | ------ | -----------------| ------------------ | ------------------ | | core.realtime.room_not_found

0x00010001
| NotFoundError
(404)
| The provided room identifier doesn't exist | | core.realtime.invalid_rooms
0x00010002
| BadRequestError
(400)
| The provided "rooms" argument is invalid | | core.realtime.invalid_state
0x00010003
| BadRequestError
(400)
| An invalid value has been provided to the "state" argument | | core.realtime.invalid_scope
0x00010004
| BadRequestError
(400)
| An invalid value has been provided to the "scope" argument | | core.realtime.invalid_users
0x00010005
| BadRequestError
(400)
| An invalid value has been provided to the "users" argument | | core.realtime.too_many_terms
0x00010006
| SizeLimitError
(413)
| The number of filter terms exceeds the configured server limit | | core.realtime.too_many_rooms
0x00010007
| SizeLimitError
(413)
| The configured number of unique rooms has been reached | | core.realtime.not_subscribed
0x00010008
| PreconditionError
(412)
| Tried to manage a room while not having subscribed to it |


Subdomain: 0x0002: vault #

| Id | Error Type (Status Code) | Message | | ------ | -----------------| ------------------ | ------------------ | | core.vault.cannot_decrypt

0x00020001
| InternalError
(500)
| Decryption of a vault file failed | | core.vault.key_not_found