comparison Resources/ErrorCodes.json @ 3404:e280ced38a4c

ErrorCode_UnsupportedMediaType
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 18:43:42 +0200
parents 56ea9c476dba
children 7e303ba837d9
comparison
equal deleted inserted replaced
3403:630fc934597f 3404:e280ced38a4c
320 "SQLite": true 320 "SQLite": true
321 }, 321 },
322 322
323 323
324 324
325
326
327
328
329
330 /** Specific error codes **/ 325 /** Specific error codes **/
331 326
332 327
333 { 328 {
334 "Code": 2000, 329 "Code": 2000,
549 }, 544 },
550 { 545 {
551 "Code": 2042, 546 "Code": 2042,
552 "Name": "AlreadyExistingTag", 547 "Name": "AlreadyExistingTag",
553 "Description": "Cannot override the value of a tag that already exists" 548 "Description": "Cannot override the value of a tag that already exists"
549 },
550
551
552
553 /** HTTP-related error codes **/
554
555 {
556 "Code": 3000,
557 "HttpStatus": 415,
558 "Name": "UnsupportedMediaType",
559 "Description": "Unsupported media type"
554 } 560 }
555 ] 561 ]