diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-28 00:01:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-28 00:01:49 +0200 |
commit | 4f3b40fa5c66b6d134344e03deeec591d16529bf (patch) | |
tree | cb068a1e8a71f17563c677822c6eb47b76b2bfae | |
parent | 5f377301db4d94c485422ecda277fe850e29504a (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 d2ec129..d1aad6f 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1878,6 +1878,11 @@ Name: MERCHANT_PRIVATE_PATCH_INSTANCES_PURGE_REQUIRED Description: The merchant backend cannot update an instance under the given identifier, the previous one was deleted but must be purged first. HttpStatus: 409 +Value: 2626 +Name: MERCHANT_PRIVATE_ACCOUNT_DELETE_UNKNOWN_ACCOUNT +Description: The bank account referenced in the requested operation was not found. +HttpStatus: 404 + # 2650-2699: product operations |