Error code for /map/in (imported by merchant backend)
This commit is contained in:
parent
eab7bb7667
commit
c328d745a3
@ -993,7 +993,6 @@ enum TALER_ErrorCode
|
|||||||
*/
|
*/
|
||||||
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
|
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
@ -1133,6 +1132,12 @@ enum TALER_ErrorCode
|
|||||||
*/
|
*/
|
||||||
TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
|
TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The hash provided in the request of /map/in does not match
|
||||||
|
* the contract sent alongside in the same request.
|
||||||
|
*/
|
||||||
|
TALER_EC_MAP_IN_UNMATCHED_HASH = 2500
|
||||||
|
|
||||||
/* ********** /test API error codes ************* */
|
/* ********** /test API error codes ************* */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user