diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-20 16:04:32 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-20 16:04:32 +0530 |
commit | 96424c79601ad72f443a7c06a909af19b5bce85f (patch) | |
tree | d5b2a31058183da8ea97df50656188b99c571dcb /gnu-taler-error-codes | |
parent | c1f03b4db8d810d8ce2565b483fe48e6faab890b (diff) |
remove duplicate EC
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 193eb91..891eda4 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2296,11 +2296,6 @@ Description: The bank has aborted a withdrawal operation, and thus a withdrawal HttpStatus: 0 Value: 7013 -Name: WALLET_HTTP_REQUEST_THROTTLED -Description: The wallet made too many HTTP requests within a given time. This can indicate a bug in the retry logic. -HttpStatus: 0 - -Value: 7014 Name: WALLET_HTTP_REQUEST_TIMEOUT Description: An HTTP request made by the wallet timed out. HttpStatus: 0 |