skip to main content
Querying data stores with SQL : Error messages : Management API error messages : HTTP error messages
  

Try Now
HTTP error messages
Hybrid Data Pipeline returns standard HTTP response codes as described in the following table, under the conditions listed in the description.
Error Code
Description
200
OK
The request was successfully completed. If this request created a new resource that is addressable with a URI, and a response body is returned containing a representation of the new resource, a 200 status will be returned with a location header containing the canonical URI for the newly created resource.
201
Created
A request that created a new resource was completed and no response body containing a representation of the new resource is being returned. A location header containing the canonical URI for the newly created resource will be returned.
400
Bad Request
The JSON request is invalid.
401
Not Authorized
The user is not authorized. An invalid user name and/or password was used.
403
Forbidden
This is a client issue, where an application made an illegal request. The server understood the request and is refusing to respond to it.
404
Not Found
The <DataSource> was not found, where <resource_type> is DataSource.
500
Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
501
Not Implemented
The server currently does not support the functionality required to fulfill the request.