Server Errors

FoneStorm API uses the following HTTP status codes for server errors:

CodeErrorDescription
500Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.
501Not ImplementedThe server does not support the functionality required to fulfill the request.
502Bad GatewayThe server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.
503Service UnavailableThe server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.
504Gateway Time-OutThe server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.