[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: need status code fo
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: need status code for missing configuration option |
Date: |
Thu, 26 Sep 2019 14:24:35 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new e3564de0 need status code for missing configuration option
e3564de0 is described below
commit e3564de010fd9f91540e136128643588e3ba4674
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 26 14:24:33 2019 +0200
need status code for missing configuration option
---
src/include/taler_error_codes.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 3a5ef4ae..4c3eea79 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -948,6 +948,12 @@ enum TALER_ErrorCode
TALER_EC_CONTRACT_INSTANCE_INCONSISTENT = 2001,
/**
+ * The backend lacks a wire transfer method configuration option
+ * for the given instance.
+ */
+ TALER_EC_PROPOSAL_INSTANCE_CONFIGURATION_LACKS_WIRE = 2002,
+
+ /**
* The exchange failed to provide a meaningful response
* to a /deposit request. This response is provided
* with HTTP status code MHD_HTTP_SERVICE_UNAVAILABLE.
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: need status code for missing configuration option,
gnunet <=