summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-12 15:05:05 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-12 15:05:05 +0100
commit21df5cb161f7b9fd8c423117af5d06f7a8837cae (patch)
tree9454cf35515073d1211f18d6dcbf0c51018feebc
parent67fdaaef849642e71f480d3e9ff3bfbe9e97ec03 (diff)
downloadexchange-21df5cb161f7b9fd8c423117af5d06f7a8837cae.tar.gz
exchange-21df5cb161f7b9fd8c423117af5d06f7a8837cae.tar.bz2
exchange-21df5cb161f7b9fd8c423117af5d06f7a8837cae.zip
Error codes for /map/out
-rw-r--r--src/include/taler_error_codes.h13
1 files changed, 13 insertions, 0 deletions
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 ************* */
/**