aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-05 22:12:32 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-05 22:12:32 +0100
commit048ad729b3177a5de1726517bc905e6cd7688d0d (patch)
tree71387d3f6edcfc51c4507d33dec5e4e8adfa814a /gnu-taler-error-codes/registry.rec
parent2b8a5d1376cc20acb2d67251f636b5a9d1cf7a68 (diff)
downloadgana-048ad729b3177a5de1726517bc905e6cd7688d0d.tar.gz
gana-048ad729b3177a5de1726517bc905e6cd7688d0d.zip
slightly improve error descriptions
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 06b5468..701c316 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1706,12 +1706,12 @@ HttpStatus: 408
1706 1706
1707Value: 8108 1707Value: 8108
1708Name: ANASTASIS_TRUTH_UNKNOWN 1708Name: ANASTASIS_TRUTH_UNKNOWN
1709Description: The truth public key is unknown to the provider. 1709Description: The key share is unknown to the provider.
1710HttpStatus: 404 1710HttpStatus: 404
1711 1711
1712Value: 8109 1712Value: 8109
1713Name: ANASTASIS_TRUTH_AUTHORIZATION_METHOD_NO_LONGER_SUPPORTED 1713Name: ANASTASIS_TRUTH_AUTHORIZATION_METHOD_NO_LONGER_SUPPORTED
1714Description: The authorization method used by the truth is no longer supported by the provider. 1714Description: The authorization method used for the key share is no longer supported by the provider.
1715HttpStatus: 500 1715HttpStatus: 500
1716 1716
1717Value: 8110 1717Value: 8110
@@ -1766,7 +1766,7 @@ HttpStatus: 502
1766 1766
1767Value: 8120 1767Value: 8120
1768Name: ANASTASIS_TRUTH_DECRYPTION_FAILED 1768Name: ANASTASIS_TRUTH_DECRYPTION_FAILED
1769Description: The decryption of the truth object failed with the provided key. 1769Description: The decryption of the key share failed with the provided key.
1770HttpStatus: 400 1770HttpStatus: 400
1771 1771
1772Value: 8121 1772Value: 8121
@@ -1786,12 +1786,12 @@ HttpStatus: 400
1786 1786
1787Value: 8150 1787Value: 8150
1788Name: ANASTASIS_TRUTH_UPLOAD_UUID_EXISTS 1788Name: ANASTASIS_TRUTH_UPLOAD_UUID_EXISTS
1789Description: The backend failed to store the truth because the UUID is already in use. 1789Description: The backend failed to store the key share because the UUID is already in use.
1790HttpStatus: 409 1790HttpStatus: 409
1791 1791
1792Value: 8151 1792Value: 8151
1793Name: ANASTASIS_TRUTH_UPLOAD_METHOD_NOT_SUPPORTED 1793Name: ANASTASIS_TRUTH_UPLOAD_METHOD_NOT_SUPPORTED
1794Description: The backend failed to store the truth because the authorization method is not supported. 1794Description: The backend failed to store the key share because the authorization method is not supported.
1795HttpStatus: 400 1795HttpStatus: 400
1796 1796
1797 1797