gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 06f4e4d1fc123f556ec4bf07f95663399dac20c9
parent 831b34afadee8a77da1fd8e8c0055627c69b3ecb
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Mon, 14 Sep 2026 18:19:09 +0200

add merchant otp patch ec

Diffstat:
Mgnu-taler-error-codes/registry.rec | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2629,6 +2629,11 @@ Name: MERCHANT_PRIVATE_POST_OTP_DEVICES_CONFLICT_OTP_DEVICE_EXISTS Description: The OTP device ID already exists. HttpStatus: 409 +Value: 2852 +Name: MERCHANT_PRIVATE_PATCH_OTP_DEVICES_CONFLICT +Description: The OTP device algorithm cannot be changed, or the device was concurrently replaced or changed during the update. +HttpStatus: 409 + Value: 2860 Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT Description: Amount given in the using template and in the template contract. There is a conflict.