The following table describes common Custom Intelligence API result codes and error codes for each supported HTTP response status.
HTTP Status Code |
Result Code |
Error Code |
Description |
---|---|---|---|
200 |
1 |
0 |
Successful |
206 |
1 |
0 |
Partially successful |
400 |
0 |
7 |
Incorrect parameter |
0 |
11 |
Incorrect input |
|
401 |
0 |
14 |
Authentication failure: Token not provided |
0 |
15 |
Authentication failure: Malformed token |
|
0 |
16 |
Authentication failure: Unsupported token version |
|
0 |
17 |
Authentication failure: Invalid Application ID |
|
0 |
18 |
Authentication failure: Token expired |
|
0 |
19 |
Authentication failure: Invalid token signature |
|
0 |
20 |
Authentication failure: Invalid request checksum |
|
0 |
21 |
Authentication failure: Unsupported token hash function |
|
403 |
0 |
10 |
Insufficient privilege |
405 |
0 |
1 |
Action not supported |
0 |
22 |
Invalid action |
|
0 |
23 |
HTTP method not supported |
|
413 |
0 |
12 |
Maximum exceeded |
500 |
0 |
2 |
Unknown error |
0 |
3 |
XML error |
|
0 |
5 |
Database exception |
|
0 |
6 |
Internal system exception |
|
0 |
8 |
Data not found |
|
0 |
9 |
Session timeout |
|
0 |
13 |
Duplicate not allowed |
|
0 |
99 |
Internal server error |