Code |
Error |
Description |
204 |
No Content |
There was no content found for client |
400 |
Bad Request |
Client request was not well formed |
401 |
Unauthorized |
API Key unknown / User unknown |
403 |
Forbidden |
API Key is not active / User is not active |
404 |
Not Found |
There was no content found |
409 |
Conflict |
External ID is not found for API Key |
412 |
Precondition Failed |
Client is not valid for choosen API Key |
500 |
Internal Server Error |
unexpected server condition |
501 |
Not Implemented |
used by test method (mice.getExceptionResponse) |