diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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. |