The Streaming Cloud API adheres closely to standard HTTP and REST conventions in its use of HTTP status codes.
Status Code | Usage |
---|---|
200 OK |
The HTTP request has been successful.
The actual response will depend on the request method used:
|
201 Created |
The request has been fulfilled and resulted in a new resource being created. |
400 Bad Request |
The server cannot or will not process the request due to something that is perceived to be a client error, such as a malformed request syntax, invalid request message framing, and deceptive request routing. |
404 Not Found |
The requested resource could not be found, but may be available again in the future. Subsequent requests by the client are permissible. |