diff Resources/ErrorCodes.json @ 2486:ad8f30fc28d1

new error code: DatabaseUnavailable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Mar 2018 15:46:47 +0100
parents 15ae532af70e
children 8da2cffc2378
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Tue Mar 06 10:41:05 2018 +0100
+++ b/Resources/ErrorCodes.json	Wed Mar 07 15:46:47 2018 +0100
@@ -201,6 +201,12 @@
     "Name": "NullPointer", 
     "Description": "Cannot handle a NULL pointer"
   },
+  {
+    "Code": 36, 
+    "HttpStatus": 503, 
+    "Name": "DatabaseUnavailable", 
+    "Description": "The database is currently not available (probably a transient situation)"
+  },