comparison 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
comparison
equal deleted inserted replaced
2485:a5196a7d98c6 2486:ad8f30fc28d1
199 { 199 {
200 "Code": 35, 200 "Code": 35,
201 "Name": "NullPointer", 201 "Name": "NullPointer",
202 "Description": "Cannot handle a NULL pointer" 202 "Description": "Cannot handle a NULL pointer"
203 }, 203 },
204 {
205 "Code": 36,
206 "HttpStatus": 503,
207 "Name": "DatabaseUnavailable",
208 "Description": "The database is currently not available (probably a transient situation)"
209 },
204 210
205 211
206 212
207 /** SQLite **/ 213 /** SQLite **/
208 214