- 27 Jun 2024
- 1 Minute to read
- Print
- DarkLight
Response Types
- Updated on 27 Jun 2024
- 1 Minute to read
- Print
- DarkLight
These are typical HTTP statuses on Volumez:
Status Code | Details |
---|---|
200 | The request was successful and the server has returned the requested data. |
202 | The request has been accepted for processing, but the processing has not been finished yet. |
400 | The server could not understand the request due to invalid syntax. This status code is typically caused by client-side errors, such as invalid input. |
404 | The requested resource could not be found. This is commonly seen when a page has been renamed or removed, and the server cannot locate the requested resource. |
409 | Conflict response status code indicates a request conflict with the current state of the target resource. |
500 | The server encountered an unexpected condition that prevented it from fulfilling the request. This is commonly seen when there is a problem with the server, such as a programming error or database connectivity issue. |