Make get_session() readonly and throw an exception if session cannot be found rather...
[ndcode_site.git] / api / errors.json
index 53b7c9f..81f27b8 100644 (file)
@@ -30,5 +30,9 @@
   "502": "Bad gateway",
   "503": "Service unavailable",
   "504": "Gateway timeout",
-  "505": "HTTP version not supported"
+  "505": "HTTP version not supported",
+  "506": "Session expired",
+  "507": "Account expired",
+  "508": "Navigation error",
+  "509": "Nodemailer error"
 }