exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 863e7b4f5d97102555853055a03b65a30d53a888
parent 3355509eda1dc34885401ff6b58b91985b2d05b3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 18 May 2020 19:10:47 +0200

more ecs

Diffstat:
Msrc/include/taler_error_codes.h | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h @@ -1998,6 +1998,18 @@ enum TALER_ErrorCode TALER_EC_REFUND_LOOKUP_NO_REFUND = 2607, /** + * The requested wire method is not supported by the exchange. + * Returned with an HTTP status of #MHD_HTTP_CONFLICT. + */ + TALER_EC_RESERVES_POST_UNSUPPORTED_WIRE_METHOD = 2650, + + /** + * The backend failed to commit the result to the database. Returned + * with an HTTP status of #MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_RESERVES_POST_DB_COMMIT_HARD_ERROR = 2651, + + /** * The backend knows the instance that was supposed to support the * tip, but it was not configured for tipping (i.e. has no exchange * associated with it). Likely to be a configuration error. Returned