Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Yesod.Auth.OAuth2.Exception
Documentation
data YesodOAuth2Exception Source #
Constructors
OAuth2Error Text ByteString | HTTP error during OAuth2 handshake Plugin name and JSON-encoded |
JSONDecodingError Text String | User profile was not as expected Plugin name and Aeson parse error message. |
GenericError Text String | Other error conditions Plugin name and error message. |
Instances
Show YesodOAuth2Exception Source # | |
Defined in Yesod.Auth.OAuth2.Exception | |
Exception YesodOAuth2Exception Source # | |
Defined in Yesod.Auth.OAuth2.Exception |