aboutsummaryrefslogtreecommitdiff
path: root/http-status-codes
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-07 21:00:40 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-07 21:00:40 -0400
commit3df34079629bed89b6d2e84ed396778075e61e0f (patch)
tree58d38873d60d4a5a562bdd88e469d7f4c97a6f1f /http-status-codes
parente1b5f8e912b3aaca1719c5fd08c2152d9f7d5113 (diff)
downloadgana-3df34079629bed89b6d2e84ed396778075e61e0f.tar.gz
gana-3df34079629bed89b6d2e84ed396778075e61e0f.zip
created registry for taler error codes
Diffstat (limited to 'http-status-codes')
-rw-r--r--http-status-codes/types.rec4
1 files changed, 2 insertions, 2 deletions
diff --git a/http-status-codes/types.rec b/http-status-codes/types.rec
index 431a9b1..62bb135 100644
--- a/http-status-codes/types.rec
+++ b/http-status-codes/types.rec
@@ -4,10 +4,10 @@
4# 4#
5%rec: HttpStatusCode 5%rec: HttpStatusCode
6%key: Value 6%key: Value
7%typedef: ValueRange_t range 100 599 7%typedef: ValueRange_t range 0 599
8%type: Value ValueRange_t 8%type: Value ValueRange_t
9%mandatory: Value 9%mandatory: Value
10%typedef: Description_t regexp /^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_\(\) -]*$/ 10%typedef: Description_t regexp /^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_\(\), -]*$/
11%type: Description Description_t 11%type: Description Description_t
12%unique: Description 12%unique: Description
13%mandatory: Description 13%mandatory: Description