commit f31cb962a3bc42a3d78404d3421bb9919eb529e5 parent 1aaa401ac16a047d7c4dbc0cc3f966881c834d50 Author: Antoine A <> Date: Tue, 31 Mar 2026 12:26:04 +0200 new ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2947,6 +2947,16 @@ Name: BANK_OLD_TIMESTAMP Description: The provided timestamp is too old. HttpStatus: 409 +Value: 5162 +Name: BANK_TRANSFER_MAPPING_REUSED +Description: The authorization_pub for a request to transfer funds has already been used for another non recurrent transfer. +HttpStatus: 409 + +Value: 5163 +Name: BANK_TRANSFER_MAPPING_UNKNOWN +Description: The authorization_pub for a request to transfer funds is not currenlty registered. +HttpStatus: 409 + # 6000 - 6999: Reserved for sync # 6000 - 6099: Reserved for SYNC_GENERIC