From 21df5cb161f7b9fd8c423117af5d06f7a8837cae Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 12 Dec 2016 15:05:05 +0100 Subject: [PATCH] Error codes for /map/out --- src/include/taler_error_codes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index db6317714..5bd9bde4c 100644 --- 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 ************* */ /**