diff options
-rw-r--r-- | src/include/taler_error_codes.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 ************* */ |