aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-12 21:17:22 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-12 21:17:22 +0200
commit836cdc706d849ec5965b3b7795fcefe95344a969 (patch)
tree2f539dc7c457f98444b2927e104353dd6d1711a4 /gnu-taler-error-codes/registry.rec
parent8f61d8b17538e3a0b23121a0d3f94d7928273279 (diff)
downloadgana-836cdc706d849ec5965b3b7795fcefe95344a969.tar.gz
gana-836cdc706d849ec5965b3b7795fcefe95344a969.zip
use 409 instead of 417
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 360ecd6..1500a04 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1977,7 +1977,7 @@ HttpStatus: 400
1977Value: 8200 1977Value: 8200
1978Name: ANASTASIS_SMS_PHONE_INVALID 1978Name: ANASTASIS_SMS_PHONE_INVALID
1979Description: The provided phone number is not an acceptable number. 1979Description: The provided phone number is not an acceptable number.
1980HttpStatus: 417 1980HttpStatus: 409
1981 1981
1982Value: 8201 1982Value: 8201
1983Name: ANASTASIS_SMS_HELPER_EXEC_FAILED 1983Name: ANASTASIS_SMS_HELPER_EXEC_FAILED
@@ -1993,7 +1993,7 @@ HttpStatus: 500
1993Value: 8210 1993Value: 8210
1994Name: ANASTASIS_EMAIL_INVALID 1994Name: ANASTASIS_EMAIL_INVALID
1995Description: The provided email address is not an acceptable address. 1995Description: The provided email address is not an acceptable address.
1996HttpStatus: 417 1996HttpStatus: 409
1997 1997
1998Value: 8211 1998Value: 8211
1999Name: ANASTASIS_EMAIL_HELPER_EXEC_FAILED 1999Name: ANASTASIS_EMAIL_HELPER_EXEC_FAILED
@@ -2009,7 +2009,7 @@ HttpStatus: 500
2009Value: 8220 2009Value: 8220
2010Name: ANASTASIS_POST_INVALID 2010Name: ANASTASIS_POST_INVALID
2011Description: The provided postal address is not an acceptable address. 2011Description: The provided postal address is not an acceptable address.
2012HttpStatus: 417 2012HttpStatus: 409
2013 2013
2014Value: 8221 2014Value: 8221
2015Name: ANASTASIS_POST_HELPER_EXEC_FAILED 2015Name: ANASTASIS_POST_HELPER_EXEC_FAILED
@@ -2025,18 +2025,18 @@ HttpStatus: 500
2025Value: 8230 2025Value: 8230
2026Name: ANASTASIS_IBAN_INVALID 2026Name: ANASTASIS_IBAN_INVALID
2027Description: The provided IBAN address is not an acceptable IBAN. 2027Description: The provided IBAN address is not an acceptable IBAN.
2028HttpStatus: 417 2028HttpStatus: 409
2029 2029
2030 2030
2031Value: 8240 2031Value: 8240
2032Name: ANASTASIS_TOTP_KEY_MISSING 2032Name: ANASTASIS_TOTP_KEY_MISSING
2033Description: The backend did not find a TOTP key in the data provided. 2033Description: The backend did not find a TOTP key in the data provided.
2034HttpStatus: 417 2034HttpStatus: 409
2035 2035
2036Value: 8241 2036Value: 8241
2037Name: ANASTASIS_TOTP_KEY_INVALID 2037Name: ANASTASIS_TOTP_KEY_INVALID
2038Description: The key provided does not satisfy the format restrictions for an Anastasis TOTP key. 2038Description: The key provided does not satisfy the format restrictions for an Anastasis TOTP key.
2039HttpStatus: 417 2039HttpStatus: 409
2040 2040
2041 2041
2042Value: 8301 2042Value: 8301