commit 21df5cb161f7b9fd8c423117af5d06f7a8837cae parent 67fdaaef849642e71f480d3e9ff3bfbe9e97ec03 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 12 Dec 2016 15:05:05 +0100 Error codes for /map/out Diffstat:
| M | src/include/taler_error_codes.h | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h @@ -1144,6 +1144,19 @@ enum TALER_ErrorCode */ TALER_EC_MAP_IN_STORE_DB_ERROR = 2501, + /** + * The backend encountered an error while trying to retrieve the + * contract from database. Likely to be an internal error. + */ + TALER_EC_MAP_OUT_GET_FROM_DB_ERROR = 2502, + + + /** + * The backend encountered an error while trying to retrieve the + * contract from database. Likely to be an internal error. + */ + TALER_EC_MAP_OUT_CONTRACT_UNKNOWN = 2503, + /* ********** /test API error codes ************* */ /**