Server Error Codes
From Hostway API Documentation
Revision as of 11:48, 20 August 2014 by Mike.robski (Talk | contribs)
For any API request the response may be a server error code of the group 5xx. Server errors are not caused by an error in the client request. In many cases retrying the request may solve the issue.
- 500 Internal Server Error
- The server encountered an unexpected condition which prevented it from fulfilling the request.
- 501 Not Implemented
- The server does not support the functionality required to fulfill the request.
- 502 Bad Gateway
- The server received an invalid response from the upstream server it accessed in attempting to fulfill the request.
- 503 Service Unavailable
- The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
- 504 Gateway Timeout
- The server did not receive a timely response from the upstream server or some other auxiliary server it needed to access in attempting to complete the request.
See also