diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-01-19 02:29:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-01-19 02:29:27 +0100 |
commit | cd0f9e8f8db0ec43e1b2828ee78cae6d41157029 (patch) | |
tree | 957884bd5540e2c037b77b2098748b96e0aff28f /src | |
parent | 5c3d25eb29ec9b36dfd09eb65abcad5fd2421142 (diff) |
Florian is right, this should be a 409, not 500
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_error_codes.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |