summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-29 22:12:35 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-29 22:12:35 +0100
commit50f867de7c766923717126e499d0fee5e2d8f39b (patch)
treee7033e46659c325451d17e31875aff23789216dd
parent3371615b317dfe5e04b2b55eb54379c268945320 (diff)
downloadexchange-50f867de7c766923717126e499d0fee5e2d8f39b.tar.gz
exchange-50f867de7c766923717126e499d0fee5e2d8f39b.tar.bz2
exchange-50f867de7c766923717126e499d0fee5e2d8f39b.zip
another EC
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 9986c9d10..a44b1c82c 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1987,6 +1987,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.
*/
TALER_EC_END = 9999