summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-26 15:34:14 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-26 15:34:44 +0200
commit3a2f72b4aad3c2719e4326d30a97e49e26b5d797 (patch)
treec6930c9398872eac2a9968ad08ff7066cd88e9fb /src/include/taler_error_codes.h
parent30903b93866900e41bb4defa4d7b8ee49f3f3f99 (diff)
downloadexchange-3a2f72b4aad3c2719e4326d30a97e49e26b5d797.tar.gz
exchange-3a2f72b4aad3c2719e4326d30a97e49e26b5d797.tar.bz2
exchange-3a2f72b4aad3c2719e4326d30a97e49e26b5d797.zip
implement /link signatures
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index fbd983520..5767a73b2 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -617,7 +617,14 @@ enum TALER_ErrorCode
*/
TALER_EC_REFRESH_REVEAL_FRESH_DENOMINATION_KEY_NOT_FOUND = 1361,
+ /**
+ * The signature made with the coin over the link data is invalid.
+ * This response is provided with HTTP status code
+ * MHD_HTTP_BAD_REQUEST.
+ */
+ TALER_EC_REFRESH_REVEAL_LINK_SIGNATURE_INVALID = 1362,
+
/**
* The coin specified in the link request is unknown to the exchange.
* This response is provided with HTTP status code