another EC

This commit is contained in:
Christian Grothoff 2019-11-29 22:12:35 +01:00
parent 3371615b31
commit 50f867de7c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1986,6 +1986,13 @@ enum TALER_ErrorCode
*/
TALER_EC_SYNC_PAYMENT_CHECK_ORDER_DB_ERROR = 6017,
/**
* Sync could not setup the payment request with its own backend.
* This response is provided with HTTP status code
* MHD_HTTP_INTERNAL_SERVER_ERROR.
*/
TALER_EC_SYNC_PAYMENT_CREATE_BACKEND_ERROR = 6018,
/**
* End of error code range.
*/