summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-26 14:24:33 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-26 14:24:33 +0200
commite3564de010fd9f91540e136128643588e3ba4674 (patch)
tree0c92018af761ff0cb0c41e5a96a2b5f0c673ef1e /src/include/taler_error_codes.h
parentc8bdf5597a7b45c0c133e1d4a19e351cc781c868 (diff)
downloadexchange-e3564de010fd9f91540e136128643588e3ba4674.tar.gz
exchange-e3564de010fd9f91540e136128643588e3ba4674.tar.bz2
exchange-e3564de010fd9f91540e136128643588e3ba4674.zip
need status code for missing configuration option
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 3a5ef4ae1..4c3eea790 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.