diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-07-20 10:00:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-07-20 10:00:42 +0200 |
commit | 1e8d0eb4623bdc1ec2ee6d4edc406085d4c40a7a (patch) | |
tree | 0474bf23c7769acb3413f23d54b6c37894997886 /src/include | |
parent | 6c63b3c41d45e367a2be5ecdfb4ed16155b7bc2a (diff) |
implement #5114
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 907be847b..d1727c7d4 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 |