[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated (180da005 -> 000d25c
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated (180da005 -> 000d25c7) |
Date: |
Fri, 30 Aug 2019 11:45:26 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a change to branch master
in repository exchange.
from 180da005 move documentation to docs repo
new 57916a12 remove wrong trailing slash
new 000d25c7 error code
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/Makefile.am | 2 +-
src/include/taler_error_codes.h | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 33bde274..c864bfb5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,4 +20,4 @@ man_MANS = \
EXTRA_DIST = \
coding-style.txt \
- $(man_MANS) \
+ $(man_MANS)
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 022b2271..b490f2bb 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1596,6 +1596,13 @@ enum TALER_ErrorCode
TALER_EC_TIP_QUERY_TIP_ID_UNKNOWN = 2810,
/**
+ * The backend could not find the merchant instance specified
+ * in the request. This response is
+ * provided with HTTP status code MHD_HTTP_NOT_FOUND.
+ */
+ TALER_EC_TIP_INSTANCE_UNKNOWN = 2811,
+
+ /**
* The instance for check-payment is unknown, likely
* a buggy frontend or misconfigured instances.
*/
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-exchange] branch master updated (180da005 -> 000d25c7),
gnunet <=