Handbook
Glossary
STATUS-CODES ( -- value )
Vocabulary
gemini
.
private
Inputs
None
Outputs
value
an
object
Definition
IN:
gemini.private
CONSTANT:
STATUS-CODES
H{
{
62
"Certificate Not Valid"
}
{
40
"Temporary Failure"
}
{
41
"Server Unavailable"
}
{
10
"Input"
}
{
11
"Sensitive Input"
}
{
43
"Proxy Error"
}
{
42
"CGI Error"
}
{
44
"Slow Down"
}
{
50
"Permanent Failure"
}
{
51
"Not Found"
}
{
20
"Success"
}
{
52
"Gone"
}
{
53
"Proxy Request Refused"
}
{
59
"Bad Request"
}
{
60
"Client Certificate Requested"
}
{
61
"Certificate Not Authorized"
}
{
30
"Redirect - Temporary"
}
{
31
"Redirect - Permanent"
}
}
inline