Messages
note
This are the http codes returned in the NeCIPCo calls and their meanings.
All the NeCIPCo calls return one of the following http codes:
HTTP Code | Meaning |
---|---|
200 | Ok -- Your request was executed successfully!. |
201 | Created -- Your resource was successfully created!. |
400 | Bad Request -- Your request is invalid. |
401 | Unauthorized -- Your API key is wrong. |
403 | Forbidden -- The operation or resource was valid, but an error has occurred. |
404 | Not Found -- The specified operation or resource could not be found. |
405 | Method Not Allowed -- You tried to access an operation with an invalid method. |
422 | Unprocessable Entity -- Your request syntax is valid, but has invalid fields. |
429 | Too Many Requests -- You're requesting too many things! Slow down! |
500 | Internal Server Error -- We had a problem with our server. Try again later. |
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later. |