Error Status Codes

If server returns error, it will give you http status code and response message as Json. Format for JSON is:

{"result": "<Error Message>"}

Http Status Codes

Http CodeDescription
400Bad Request, Request made to server was incorrectly formated
401Unauhorized. Request did not contain proper ApiKey
404Not Found. Request contained information which was not found by server to fullfill request
503Service Unavailable.  Server's internal communication failure

Error Messages

Error MessageDescription
InvalidJSONJson used in request was not valid
RidNotFoundRID used in request was not connected
HandshakeFailureWebSocket handshake was unsuccesful
MessageLostMessage received by RestApi was lost, delivery to client cannot be guaranteed
NoRouteMessage received by RestApi was not able to deliver to client
MalformedRequestRequest received by RestApi was not properly formatted
UriNotFoundRequest to URI which was made is not existing
MethodNotAllowedHttp method which was used to acces URI is not allowed
DeliveryFailureMessage received by RestApi was not able to deliver to client
UnAuthorizedApikey which was used was not accepted