Karesansui uses RESTful architecture (supporting override POST), so errors in Karesansui control panel has an HTTP response code.
Below are examples of the response code.
- 2xx : HTTP result code standing for normal execution. - On Karesansui, these normal response codes. - 3xx : HTTP result code used for redirections. - On Karesansui these are also normal response codes. - 4xx : HTTP result code for client request errors. - On Karesansui, this is returned on "Bad request" or "URL not found". - 5xx : HTTP result code standing for server errors. - This is probably Karesansui's error. If you get 5xx please report it in the forum or mailing list.