package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiClientLogin.ErrorSource

Sourcetype t =
  1. | BadAuthentication
  2. | NotVerified
  3. | TermsNotAgreed
  4. | CaptchaRequired
  5. | Unknown
  6. | AccountDeleted
  7. | AccountDisabled
  8. | ServiceDisabled
  9. | ServiceUnavailable
  10. | GenericError of string
Sourceval of_string : string -> t
Sourceval description : t -> string