From cd0f9e8f8db0ec43e1b2828ee78cae6d41157029 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Jan 2018 02:29:27 +0100 Subject: Florian is right, this should be a 409, not 500 --- src/include/taler_error_codes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 0121cfd60..1e309a456 100644 --- 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, -- cgit v1.2.3