diff options
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 0121cfd6..1e309a45 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, | 
