diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-28 00:03:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-28 00:03:57 +0200 |
commit | f9ea79a6aae074928f44960f69bc3c2d0c9c7e1d (patch) | |
tree | 282cb31d485c30d87be72f9b7569516d5bf2bf65 | |
parent | 4f3b40fa5c66b6d134344e03deeec591d16529bf (diff) |
-new 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 d1aad6f..5c25f30 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1883,6 +1883,11 @@ Name: MERCHANT_PRIVATE_ACCOUNT_DELETE_UNKNOWN_ACCOUNT Description: The bank account referenced in the requested operation was not found. HttpStatus: 404 +Value: 2627 +Name: MERCHANT_PRIVATE_ACCOUNT_EXISTS +Description: The bank account specified in the request already exists at the merchant. +HttpStatus: 409 + # 2650-2699: product operations |