diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-20 14:30:37 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-20 14:30:37 +0530 |
commit | 6edaeda88f6452c52a65cef9632982909f416769 (patch) | |
tree | 26abfdf53190932a9bc8d7b2221de110c7d1314f | |
parent | bc9def4616494c85af54418bb11193c42f087634 (diff) |
ec
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 0f49579..ad8d588 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2290,6 +2290,11 @@ Name: WALLET_CORE_NOT_AVAILABLE Description: The wallet core service is not available. HttpStatus: 0 +Value: 7012 +Name: WALLET_WITHDRAWAL_OPERATION_ABORTED_BY_BANK +Description: The bank has aborted a withdrawal operation, and thus a withdrawal can't complete. +HttpStatus: 0 + Value: 9999 Name: END Description: End of error code range. |