diff options
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r-- | src/include/taler_error_codes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 65831f4a0..931b5ee1b 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -63,6 +63,10 @@ enum TALER_ErrorCode */ TALER_EC_INTERNAL_INVARIANT_FAILURE = 5, + /** + * Operation timed out. + */ + TALER_EC_TIMEOUT = 6, /* ********** generic error codes ************* */ |