summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-18 19:10:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-18 19:10:47 +0200
commit65a782f6b188f3247865283c0fa831e57f0bdb40 (patch)
treed73c98cee145f6dce71fe2d2a1a78f8b759434aa
parent18e62d8513074474acb6b78485fb2fd5203b6cb7 (diff)
downloadexchange-65a782f6b188f3247865283c0fa831e57f0bdb40.tar.gz
exchange-65a782f6b188f3247865283c0fa831e57f0bdb40.tar.bz2
exchange-65a782f6b188f3247865283c0fa831e57f0bdb40.zip
more ecs
-rw-r--r--src/include/taler_error_codes.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index cafdf1f6f..255fdc2f3 100644
--- 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