HTTP Status Response Codes
The REST APIs for DataFlux Data Management Server use the following HTTP status response codes to communicate the status of a request.
Status | Definition |
---|---|
200 | OK |
204 | OK, no content |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
409 | Conflict |
413 | Request entity too large |
500 | Server error |