commit 0fbf12f6ab0ed97af386c839810e3f64baa0897d parent fdcd5a2d9c7f1986eeedea3b093a63b0450e3ec6 Author: Antoine A <> Date: Fri, 20 Mar 2026 21:02:03 +0100 new ecs Diffstat:
| M | gnu-taler-error-codes/kt.header | | | 4 | ++-- |
| M | gnu-taler-error-codes/registry.rec | | | 20 | ++++++++++++++++++++ |
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/gnu-taler-error-codes/kt.header b/gnu-taler-error-codes/kt.header @@ -1,6 +1,6 @@ /* - *This file is part of GNU Taler - * Copyright (C) 2012-2025 Taler Systems SA + * This file is part of GNU Taler + * Copyright (C) 2012-2026 Taler Systems SA * GNU Taler is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2904,6 +2904,26 @@ Name: BANK_NAME_REUSE Description: The client tried to use an already taken name. HttpStatus: 409 +Value: 5158 +Name: BANK_UNSUPPORTED_SUBJECT_FORMAT +Description: This subject format is not supported. +HttpStatus: 409 + +Value: 5159 +Name: BANK_DERIVATION_REUSE +Description: The derived subject is already used. +HttpStatus: 409 + +Value: 5160 +Name: BANK_BAD_SIGNATURE +Description: The provided signature is invalid. +HttpStatus: 409 + +Value: 5161 +Name: BANK_OLD_TIMESTAMP +Description: The provided timestamp is too old. +HttpStatus: 409 + # 6000 - 6999: Reserved for sync # 6000 - 6099: Reserved for SYNC_GENERIC