diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-06-08 22:31:38 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-06-08 22:31:38 +0200 |
commit | cec1a9785e255fb8031dc0f34b7536edec03702b (patch) | |
tree | 0dbb77ff3e8eeb38f4ddca2e64db41fb97ef6fe0 | |
parent | 21edd1e9038cef97c6004dc0b626be43c2138616 (diff) |
add another EC
-rw-r--r-- | src/include/taler_error_codes.h | 6 |
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 ********* */ |