commit 836cdc706d849ec5965b3b7795fcefe95344a969
parent 8f61d8b17538e3a0b23121a0d3f94d7928273279
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 12 Apr 2022 21:17:22 +0200
use 409 instead of 417
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -1977,7 +1977,7 @@ HttpStatus: 400
Value: 8200
Name: ANASTASIS_SMS_PHONE_INVALID
Description: The provided phone number is not an acceptable number.
-HttpStatus: 417
+HttpStatus: 409
Value: 8201
Name: ANASTASIS_SMS_HELPER_EXEC_FAILED
@@ -1993,7 +1993,7 @@ HttpStatus: 500
Value: 8210
Name: ANASTASIS_EMAIL_INVALID
Description: The provided email address is not an acceptable address.
-HttpStatus: 417
+HttpStatus: 409
Value: 8211
Name: ANASTASIS_EMAIL_HELPER_EXEC_FAILED
@@ -2009,7 +2009,7 @@ HttpStatus: 500
Value: 8220
Name: ANASTASIS_POST_INVALID
Description: The provided postal address is not an acceptable address.
-HttpStatus: 417
+HttpStatus: 409
Value: 8221
Name: ANASTASIS_POST_HELPER_EXEC_FAILED
@@ -2025,18 +2025,18 @@ HttpStatus: 500
Value: 8230
Name: ANASTASIS_IBAN_INVALID
Description: The provided IBAN address is not an acceptable IBAN.
-HttpStatus: 417
+HttpStatus: 409
Value: 8240
Name: ANASTASIS_TOTP_KEY_MISSING
Description: The backend did not find a TOTP key in the data provided.
-HttpStatus: 417
+HttpStatus: 409
Value: 8241
Name: ANASTASIS_TOTP_KEY_INVALID
Description: The key provided does not satisfy the format restrictions for an Anastasis TOTP key.
-HttpStatus: 417
+HttpStatus: 409
Value: 8301