module Error:sig..end
type t =
| |
BadAuthentication |
| |
NotVerified |
| |
TermsNotAgreed |
| |
CaptchaRequired |
| |
Unknown |
| |
AccountDeleted |
| |
AccountDisabled |
| |
ServiceDisabled |
| |
|
| |
GenericError of |
val of_string : string -> t
val description : t -> string