summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-06 16:35:30 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-06 16:35:30 +0100
commit0214e426a6cd2c80671bb55257e3358e737f60d3 (patch)
treec0acf2e8d730637482c6030647d01b17681a7413 /src/include/taler_error_codes.h
parent326f3b2a43d9e18938cb2ac902b4cc9c7423f393 (diff)
downloadexchange-0214e426a6cd2c80671bb55257e3358e737f60d3.tar.gz
exchange-0214e426a6cd2c80671bb55257e3358e737f60d3.tar.bz2
exchange-0214e426a6cd2c80671bb55257e3358e737f60d3.zip
add amount division API and test case
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index e47cff77c..c8a030fac 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1005,6 +1005,21 @@ enum TALER_ErrorCode
*/
TALER_EC_PAY_FAILED_COMPUTE_PROPOSAL_HASH = 2123,
+ /**
+ * Failed to locate merchant's account information matching the
+ * wire hash given in the proposal.
+ * This response is
+ * provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR.
+ */
+ TALER_EC_PAY_WIRE_HASH_UNKNOWN = 2124,
+
+ /**
+ * We got different currencies for the wire fee and the maximum wire
+ * fee. This response is provided with HTTP status code
+ * MHD_HTTP_INTERNAL_SERVER_ERROR.
+ */
+ TALER_EC_PAY_WIRE_FEE_CURRENCY_MISSMATCH = 2125,
+
/**
* Integer overflow with sepcified timestamp argument detected.