Welcome to unifinu's doc center

Print

Every type of request have a specific errors that can occur. These can be either related to incorrect data, or a mismatch between the request and provided information. Below tables should help to identify potential issues with your request if any error occurs.

Response codes
Explanation
200
Server was able to process your request
201
Server created it successfully
204
Server did not find the content
401
Server did not recognize authorization
403
You performed a forbidden request
404
Not found

Not every response code is to be expected with any type of request. Below  you’ll find an overview of what server responses can be given for which type of request.

Response codes
Explanation
200
GET, PUT, POST, DELETE, PATCH, HEAD, OPTIONS
201
PUT, POST
204
DELETE, PATCH, HEAD, OPTIONS
401
GET, PUT, POST, DELETE, PATCH, HEAD, OPTIONS
403
GET, PUT, POST, DELETE, PATCH, HEAD, OPTIONS
404
GET, PUT, POST
On this page