Module GapiClientLogin.Error

type t =
| BadAuthentication
| NotVerified
| TermsNotAgreed
| CaptchaRequired
| Unknown
| AccountDeleted
| AccountDisabled
| ServiceDisabled
| ServiceUnavailable
| GenericError of string
val of_string : string -> t
val description : t -> string