Properties #
Property name | Type | Description |
---|---|---|
kuzzleStack | string | Kuzzle stacktrace (only in development mode) |
message | string | Error message |
props | string[] | Placeholders used to construct the error message |
status | number | Error status code |
stack | string | Complete error stacktrace (Kuzzle + SDK) (only in development mode) |
id | string | Error unique identifier |
code | string | Error unique code |
controller | string | API controller name |
action | string | API action name |
volatile | object | KuzzleRequest volatile data |
index | string | Index name |
collection | string | Collection name name |
requestId | string | request id name |
_id | string | Document unique identifier |
count | number | Number of associated errors (PartialError only) |
Edit this page on Github(opens new window)