need more error codes
This commit is contained in:
parent
29fac256fa
commit
c0a87f1087
@ -1229,6 +1229,13 @@ enum TALER_ErrorCode
|
|||||||
*/
|
*/
|
||||||
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
|
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The backend could not find the contract specified
|
||||||
|
* in the request. This response is
|
||||||
|
* provided with HTTP status code MHD_HTTP_NOT_FOUND.
|
||||||
|
*/
|
||||||
|
TALER_EC_POLL_PAYMENT_CONTRACT_NOT_FOUND = 2250,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We failed to contact the exchange for the /track/transaction
|
* We failed to contact the exchange for the /track/transaction
|
||||||
* request. This response is provided with HTTP status code
|
* request. This response is provided with HTTP status code
|
||||||
|
Loading…
Reference in New Issue
Block a user