Module GapiClientLogin.Error

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