gana

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

commit 5814daa35cbea317a13c0daf32e3a3b690d48741
parent 4acf37d5471a2d82f6deca2aa2c7912979379ac0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Apr 2026 11:13:17 +0200

add new ECs

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -284,6 +284,10 @@ Name: GENERIC_OS_RESOURCE_ALLOCATION_FAILURE Description: The operating system failed to allocate required resources. Restarting services periodically can help, especially if Postgres is using excessive amounts of memory. Check with the system administrator to investigate. HttpStatus: 500 +Value: 78 +Name: GENERIC_REQUESTED_FORMAT_UNSUPPORTED +Description: The requested content type is not supported by the server. The client should try requesting a different format. +HttpStatus: 406 # 80-99: available for future use @@ -544,6 +548,10 @@ Name: EXCHANGE_GENERIC_TARGET_ACCOUNT_UNKNOWN Description: The exchange is not aware of the given target account. The specified account is not a customer of this service. HttpStatus: 404 +Value: 1050 +Name: EXCHANGE_GENERIC_AML_OFFICER_READ_ONLY +Description: The specified AML officer does not have write access at this time. +HttpStatus: 409 Value: 1100 Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND