more error codes
This commit is contained in:
parent
82b6c0887d
commit
5059da7108
@ -1369,6 +1369,13 @@ enum TALER_ErrorCode
|
||||
*/
|
||||
TALER_EC_TRACK_TRANSACTION_EXCHANGE_TIMEOUT = 2300,
|
||||
|
||||
/**
|
||||
* We failed to get a valid /keys response from the exchange for the
|
||||
* /track/transaction request. This response is provided with HTTP
|
||||
* status code #MHD_HTTP_FAILED_DEPENDENCY.
|
||||
*/
|
||||
TALER_EC_TRACK_TRANSACTION_EXCHANGE_KEYS_FAILURE = 2301,
|
||||
|
||||
/**
|
||||
* The backend could not find the transaction specified in the
|
||||
* request. This response is provided with HTTP status code
|
||||
|
Loading…
Reference in New Issue
Block a user