January 2018
Intermediate to advanced
414 pages
10h 29m
English
Sometimes APIs can return just generic errors, in many cases, regardless of the verb used; the more common ones are:
|
STATUS |
MEANING |
|
400 BAD REQUEST |
We could not answer the request because it is incorrect |
|
401 UNAUTHORIZED |
We don't have the credentials for that operation |
|
403 FORBIDDEN |
We may have the credentials but we are not allowed to do that operation |
|
422 UNPROCESSABLE ENTITY |
We could not process the request; it may be correct, but it is not valid for this operation |
|
500 INTERNAL SERVER ERROR |
We have not been able to process the request |
Read now
Unlock full access