Server Error Codes
(Difference between revisions)
Mike.robski (Talk | contribs) m (1 revision) |
Mike.robski (Talk | contribs) |
||
Line 19: | Line 19: | ||
* [[Common Features]] | * [[Common Features]] | ||
+ | {{disqus}} | ||
[[Category:Hostway API]] | [[Category:Hostway API]] |
Revision as of 16:48, 15 February 2013
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