From 1e8d0eb4623bdc1ec2ee6d4edc406085d4c40a7a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Jul 2017 10:00:42 +0200 Subject: implement #5114 --- src/include/taler_error_codes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 907be847..d1727c7d 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -407,6 +407,11 @@ enum TALER_ErrorCode */ TALER_EC_DEPOSIT_INVALID_WIRE_FORMAT_TYPE_UNSUPPORTED = 1217, + /** + * Timestamp included in deposit permission is intolerably far off + * with respect to the clock of the exchange. + */ + TALER_EC_DEPOSIT_INVALID_TIMESTAMP = 1218, /** * The respective coin did not have sufficient residual value -- cgit v1.2.3