clarify soft DB error code - they now could be returned
This commit is contained in:
parent
f3939081d3
commit
b6907bb6bf
@ -1389,8 +1389,6 @@ enum TALER_ErrorCode
|
|||||||
* The backend had trouble accessing the database to persist
|
* The backend had trouble accessing the database to persist
|
||||||
* information about the tip authorization.
|
* information about the tip authorization.
|
||||||
* The problem might be fixable by repeating the transaction.
|
* The problem might be fixable by repeating the transaction.
|
||||||
* This error should never be returned to clients but handled
|
|
||||||
* internally.
|
|
||||||
*/
|
*/
|
||||||
TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR = 2706,
|
TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR = 2706,
|
||||||
|
|
||||||
@ -1421,8 +1419,6 @@ enum TALER_ErrorCode
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* We encountered a DB error, repeating the request may work.
|
* We encountered a DB error, repeating the request may work.
|
||||||
* (This error code should not be returned to the application
|
|
||||||
* but ought to be handled internally by retrying.)
|
|
||||||
*/
|
*/
|
||||||
TALER_EC_TIP_PICKUP_DB_ERROR_SOFT = 2802,
|
TALER_EC_TIP_PICKUP_DB_ERROR_SOFT = 2802,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user