aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-22 01:06:20 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-22 01:06:20 -0400
commit007b2a19f8d9bdf926aa584d85beb5bdac32bf9d (patch)
treeb0a7df56e904d7547a90fe57c474510f7b4bcc44 /gnu-taler-error-codes/registry.rec
parent05d427aafa7f9e637db969e4933905be2a8d9b9c (diff)
downloadgana-007b2a19f8d9bdf926aa584d85beb5bdac32bf9d.tar.gz
gana-007b2a19f8d9bdf926aa584d85beb5bdac32bf9d.zip
generate c function for looking up ec hints
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 5fb2954..e7ca9e1 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -74,7 +74,7 @@ HttpStatus: 0
74 74
75Value: 10 75Value: 10
76Name: ENDPOINT_UNKNOWN 76Name: ENDPOINT_UNKNOWN
77Description: There is no endpoint defined for the URL provided by the client ( 77Description: There is no endpoint defined for the URL provided by the client.
78HttpStatus: 404 78HttpStatus: 404
79 79
80Value: 11 80Value: 11
@@ -84,7 +84,7 @@ HttpStatus: 414
84 84
85Value: 12 85Value: 12
86Name: WRONG_NUMBER_OF_SEGMENTS 86Name: WRONG_NUMBER_OF_SEGMENTS
87Description: The number of segments included in the URI does not match the number of segments expected by the endpoint. ( 87Description: The number of segments included in the URI does not match the number of segments expected by the endpoint.
88HttpStatus: 404 88HttpStatus: 404
89 89
90Value: 13 90Value: 13