commit aa79aca12f6590412992a688460d141d8570e93c parent 5ed64ed29d33836c3033a7a098cbb1171ac295e1 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 27 Nov 2017 15:25:02 +0100 Add error code TIP_QUERY_TIP_ID_UNKNOWN Diffstat:
| M | src/include/taler_error_codes.h | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 ************* */