Server Responses

Version 22.0.8483


Server Responses

Version 22.0.8483


The status of an HTTP response can usually be summarized by its HTTP Status code. Listed here are the HTTP status codes that CData Sync can send, along with when you can expect these status codes.

Possible Status codes

HTTP Status Code Description
200 OK The request was processed by the server without error.
201 Created The request was successful and the specified was created by the server.
204 No Content A request returns this status if the requested resource has a null value or the service applies a return=minimal preference.
400 Bad Request The request was not understood or was missing required parameters.
401 Unauthorized The user was not authenticated or authorized to access this resource.
403 Forbidden Access is denied to this resource.
404 Not Found The resource does not exist.
405 Method Not Allowed The HTTP method specified is not allowed for this resource.
429 Too Many Requests The user has sent too many requests in a given amount of time or exceeded the maximum amount of concurrent requests.
501 Not Implemented The server does not support the functionality required to fulfill the request. This response is returned when the server does not recognize the request method and is not capable of supporting it for any resource.