comparison Resources/ErrorCodes.json @ 1630:ffd23c0104af

"/system" URI gives information about the plugins used for storage area and DB back-end
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2015 13:26:45 +0200
parents 2dff2bdffdb8
children 87c77b9b3679
comparison
equal deleted inserted replaced
1629:bad4772b605c 1630:ffd23c0104af
466 }, 466 },
467 { 467 {
468 "Code": 2035, 468 "Code": 2035,
469 "Name": "LuaReturnsNoString", 469 "Name": "LuaReturnsNoString",
470 "Description": "The Lua function does not return a string" 470 "Description": "The Lua function does not return a string"
471 },
472 {
473 "Code": 2036,
474 "Name": "StorageAreaAlreadyRegistered",
475 "Description": "Another plugin has already registered a custom storage area"
476 },
477 {
478 "Code": 2037,
479 "Name": "DatabaseBackendAlreadyRegistered",
480 "Description": "Another plugin has already registered a custom database back-end"
481 },
482 {
483 "Code": 2038,
484 "Name": "DatabasePlugin",
485 "Description": "The plugin implementing a custom database back-end does not fulfill the proper interface"
471 } 486 }
472 ] 487 ]