comparison Resources/ErrorCodes.json @ 2581:8da2cffc2378 jobs

JobsRegistry::Cancel()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 May 2018 17:33:19 +0200
parents ad8f30fc28d1
children 4ceb9bf7b00c
comparison
equal deleted inserted replaced
2580:055d7d4a823f 2581:8da2cffc2378
204 { 204 {
205 "Code": 36, 205 "Code": 36,
206 "HttpStatus": 503, 206 "HttpStatus": 503,
207 "Name": "DatabaseUnavailable", 207 "Name": "DatabaseUnavailable",
208 "Description": "The database is currently not available (probably a transient situation)" 208 "Description": "The database is currently not available (probably a transient situation)"
209 },
210 {
211 "Code": 37,
212 "Name": "CanceledJob",
213 "Description": "This job was canceled"
209 }, 214 },
210 215
211 216
212 217
213 /** SQLite **/ 218 /** SQLite **/