aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/taler-error-codes.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-12-13 14:24:33 -0300
committerSebastian <sebasjm@gmail.com>2023-12-13 14:24:33 -0300
commit145c36e9ba549b7ccc72a29eaf102879011060a4 (patch)
tree3097fb8091f62b26026fe6cb90194fce3e97e99f /packages/taler-util/src/taler-error-codes.ts
parentc29d3e6c94861cd9afd743e9391cd60b382d1ee4 (diff)
downloadwallet-core-145c36e9ba549b7ccc72a29eaf102879011060a4.tar.xz
up to date with latest libeufin api
Diffstat (limited to 'packages/taler-util/src/taler-error-codes.ts')
-rw-r--r--packages/taler-util/src/taler-error-codes.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/taler-util/src/taler-error-codes.ts b/packages/taler-util/src/taler-error-codes.ts
index 694adff8f..5b72ae7ec 100644
--- a/packages/taler-util/src/taler-error-codes.ts
+++ b/packages/taler-util/src/taler-error-codes.ts
@@ -3473,6 +3473,22 @@ export enum TalerErrorCode {
/**
+ * A non-admin user has tried to change their cashout account.
+ * Returned with an HTTP status code of #MHD_HTTP_CONFLICT (409).
+ * (A value of 0 indicates that the error is generated client-side).
+ */
+ BANK_NON_ADMIN_PATCH_CASHOUT = 5140,
+
+
+ /**
+ * A non-admin user has tried to change their contact info.
+ * Returned with an HTTP status code of #MHD_HTTP_CONFLICT (409).
+ * (A value of 0 indicates that the error is generated client-side).
+ */
+ BANK_NON_ADMIN_PATCH_CONTACT = 5141,
+
+
+ /**
* The sync service failed find the account in its database.
* Returned with an HTTP status code of #MHD_HTTP_NOT_FOUND (404).
* (A value of 0 indicates that the error is generated client-side).