commit cec1a9785e255fb8031dc0f34b7536edec03702b parent 21edd1e9038cef97c6004dc0b626be43c2138616 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 8 Jun 2019 22:31:38 +0200 add another EC Diffstat:
| M | src/include/taler_error_codes.h | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 ********* */