Florian is right, this should be a 409, not 500

This commit is contained in:
Christian Grothoff 2018-01-19 02:29:27 +01:00
parent 5c3d25eb29
commit cd0f9e8f8d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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,