diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-11-27 15:25:02 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-11-27 15:25:02 +0100 |
commit | aa79aca12f6590412992a688460d141d8570e93c (patch) | |
tree | 0ab244b748de5ef24f018b1da827d19f89d35094 | |
parent | 5ed64ed29d33836c3033a7a098cbb1171ac295e1 (diff) |
Add error code TIP_QUERY_TIP_ID_UNKNOWN
-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 ************* */ |