Gemini::Status
Inherits Enum < Comparable < Value < Object
Constants
Input = 0
SensitiveInput = 1
Success = 2
RedirectTemporary = 3
RedirectPermanent = 4
TemporaryFailure = 5
ServerUnavailable = 6
CgiError = 7
ProxyError = 8
SlowDown = 9
PermanentFailure = 10
NotFound = 11
Gone = 12
ProxyRequestRefused = 13
BadRequest = 14
ClientCertificateRequired = 15
CertificateNotAuthorised = 16
CertificateNotValid = 17
Constructors
from_i32!(value : Int32) : self
SourceClass methods
from_i32?(value : Int32) : self | Nil
Source