commit cd0f9e8f8db0ec43e1b2828ee78cae6d41157029 parent 5c3d25eb29ec9b36dfd09eb65abcad5fd2421142 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 19 Jan 2018 02:29:27 +0100 Florian is right, this should be a 409, not 500 Diffstat:
| M | src/include/taler_error_codes.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h @@ -1392,7 +1392,8 @@ enum TALER_ErrorCode /** * The amount requested exceeds the remaining tipping balance for this tip ID. - * Returned with an HTTP status code of "service unavailable". + * Returned with an HTTP status code of "Conflict" (as it conflicts with + * a previous pickup operation). */ TALER_EC_TIP_PICKUP_NO_FUNDS = 2801,