UNPKG

1.48 kBJSONView Raw
1 {
2 "0001": {
3 "code": "API-0001",
4 "title": "Missing Index Key",
5 "details": "'${field}' is specified as the primary sort field, but is missing from the index key collection.",
6 "params": ["field"]
7 },
8 "0002": {
9 "code": "API-0002",
10 "title": "Hook Error",
11 "details": "${hookName} - ${errorMessage}",
12 "params": ["hookName", "errorMessage"]
13 },
14 "0003": {
15 "code": "API-0003",
16 "title": "Cache Path Missing",
17 "details": "`path` must be specified in the request body.",
18 "params": []
19 },
20 "0004": {
21 "code": "API-0004",
22 "title": "Database unavailable",
23 "details": "The database is currently unavailable. Please retry the request.",
24 "params": []
25 },
26 "0005": {
27 "code": "API-0005",
28 "title": "Unauthorised",
29 "details": "The request could not be fulfilled because it did not contain a valid bearer token.",
30 "params": []
31 },
32 "0006": {
33 "code": "API-0006",
34 "title": "Access denied",
35 "details": "The bearer token supplied in the request does not have sufficient permissions to perform the operation.",
36 "params": []
37 },
38 "0007": {
39 "code": "API-0007",
40 "title": "Current secret missing",
41 "details": "To update the client secret, the current secret must be supplied via the `currentSecret` property.",
42 "params": []
43 },
44 "0008": {
45 "code": "API-0008",
46 "title": "Current secret not valid",
47 "details": "The supplied current secret is not valid.",
48 "params": []
49 }
50}
\No newline at end of file