From aa79aca12f6590412992a688460d141d8570e93c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 27 Nov 2017 15:25:02 +0100 Subject: Add error code TIP_QUERY_TIP_ID_UNKNOWN --- src/include/taler_error_codes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 931b5ee1b..acc7228b1 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1475,6 +1475,12 @@ enum TALER_ErrorCode */ TALER_EC_TIP_PICKUP_EXCHANGE_TOO_MANY_PLANCHETS = 2809, + /** + * The tip id is unknown. This could happen if the + * tip id is wrong or the tip authorization expired. + */ + TALER_EC_TIP_QUERY_TIP_ID_UNKNOWN = 2810, + /* ********** /test API error codes ************* */ -- cgit v1.2.3