package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | BadAuthentication
  2. | NotVerified
  3. | TermsNotAgreed
  4. | CaptchaRequired
  5. | Unknown
  6. | AccountDeleted
  7. | AccountDisabled
  8. | ServiceDisabled
  9. | ServiceUnavailable
  10. | GenericError of string
val of_string : string -> t
val description : t -> string