Vridlo/api/vridlo.error list: Difference between revisions

From ALT Linux Wiki
No edit summary
No edit summary
 
Line 5: Line 5:
* '''204''' (''No Content'')
* '''204''' (''No Content'')
  The resource was found and is accessible. But no changes were made on the resource.
  The resource was found and is accessible. But no changes were made on the resource.
* '''206''' (''Partial Content'')
The resource list is accessible. Returned data responds to the current state of the resource list, and reading the list is NOT finished yet.
* '''404''' (''Not Found'')
The record with provided id/slug is not found.
* '''416''' (''Range Not Satisfiable'')
The resource list is accessible. But data can't be returned since range provided don't match the list boundaries.


* '''422.3''' (''SSL is required'')
* '''422.3''' (''SSL is required'')
Line 11: Line 20:
* '''422.5''' (''Invalid incoming data'')
* '''422.5''' (''Invalid incoming data'')
  The incoming data is invalid. See details for help.
  The incoming data is invalid. See details for help.
* '''404''' (''Not Found'')
The record with provided id/slug is not found.


* '''500''' (''Internal Server Error'')
* '''500''' (''Internal Server Error'')
  The Internal Server Error has occurred.
  The Internal Server Error has occurred.

Latest revision as of 17:27, 7 October 2019

  • 200 (OK)
The resource was found and is accessible. Changes were made on the resource successfully. Returned data responds to the current state of the resource.
  • 204 (No Content)
The resource was found and is accessible. But no changes were made on the resource.
  • 206 (Partial Content)
The resource list is accessible. Returned data responds to the current state of the resource list, and reading the list is NOT finished yet.
  • 404 (Not Found)
The record with provided id/slug is not found.
  • 416 (Range Not Satisfiable)
The resource list is accessible. But data can't be returned since range provided don't match the list boundaries.
  • 422.3 (SSL is required)
SSL is required to access the Vridlo API.
  • 422.5 (Invalid incoming data)
The incoming data is invalid. See details for help.
  • 500 (Internal Server Error)
The Internal Server Error has occurred.