aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-03 12:35:03 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-03 12:35:03 +0200
commit969e2b3b796a805b4954ea38d8a409c27f861883 (patch)
treecb2cf60f76136987f9cd32eb6ee62eed7cc00c81 /gnu-taler-error-codes/registry.rec
parent2e56c864ed9c99a46cbb692cdb2dc38ecb3a6a4c (diff)
downloadgana-969e2b3b796a805b4954ea38d8a409c27f861883.tar.gz
gana-969e2b3b796a805b4954ea38d8a409c27f861883.zip
more codes, disambiguate HTTP status codes
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec18
1 files changed, 14 insertions, 4 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 40e3b8e..3ea54f8 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -60,17 +60,17 @@ HttpStatus: 0
60Value: 7 60Value: 7
61Name: JSON_ALLOCATION_FAILURE 61Name: JSON_ALLOCATION_FAILURE
62Description: Exchange failed to allocate memory for building JSON reply. 62Description: Exchange failed to allocate memory for building JSON reply.
63HttpStatus: 0 63HttpStatus: 500
64 64
65Value: 8 65Value: 8
66Name: METHOD_INVALID 66Name: METHOD_INVALID
67Description: HTTP method invalid for this URL. 67Description: HTTP method invalid for this URL.
68HttpStatus: 0 68HttpStatus: 405
69 69
70Value: 9 70Value: 9
71Name: OPERATION_INVALID 71Name: OPERATION_INVALID
72Description: Operation specified invalid for this URL (resulting in a "NOT FOUND" for the overall response). 72Description: Operation specified invalid for this endpoint.
73HttpStatus: 0 73HttpStatus: 400
74 74
75Value: 10 75Value: 10
76Name: ENDPOINT_UNKNOWN 76Name: ENDPOINT_UNKNOWN
@@ -112,6 +112,16 @@ Name: PAYTO_MALFORMED
112Description: The payto:// URI we got is malformed. 112Description: The payto:// URI we got is malformed.
113HttpStatus: 0 113HttpStatus: 0
114 114
115Value: 18
116Name: OPERATION_UNKNOWN
117Description: Operation specified unknown for this endpoint.
118HttpStatus: 404
119
120Value: 19
121Name: ALLOCATION_FAILURE
122Description: Exchange failed to allocate memory.
123HttpStatus: 500
124
115Value: 1001 125Value: 1001
116Name: DB_SETUP_FAILED 126Name: DB_SETUP_FAILED
117Description: The exchange failed to even just initialize its connection to the database. 127Description: The exchange failed to even just initialize its connection to the database.