summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-08 22:31:38 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-08 22:31:38 +0200
commitcec1a9785e255fb8031dc0f34b7536edec03702b (patch)
tree0dbb77ff3e8eeb38f4ddca2e64db41fb97ef6fe0 /src
parent21edd1e9038cef97c6004dc0b626be43c2138616 (diff)
downloadexchange-cec1a9785e255fb8031dc0f34b7536edec03702b.tar.gz
exchange-cec1a9785e255fb8031dc0f34b7536edec03702b.tar.bz2
exchange-cec1a9785e255fb8031dc0f34b7536edec03702b.zip
add another EC
Diffstat (limited to 'src')
-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 a115d10d4..fbd983520 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1615,6 +1615,12 @@ enum TALER_ErrorCode
*/
TALER_EC_CHECK_PAYMENT_FAILED_COMPUTE_PROPOSAL_HASH = 2914,
+ /**
+ * Signature "session_sig" failed to verify. This response is
+ * provided with HTTP status code MHD_HTTP_BAD_REQUEST.
+ */
+ TALER_EC_CHECK_PAYMENT_SESSION_SIGNATURE_INVALID = 2915,
+
/* *********** Auditor error codes ********* */