Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data LoginFailureException Source #
Instances
Show LoginFailureException Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> LoginFailureException -> ShowS # show :: LoginFailureException -> String # showList :: [LoginFailureException] -> ShowS # | |
Exception LoginFailureException Source # | |
data URIParseException Source #
Instances
Show URIParseException Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> URIParseException -> ShowS # show :: URIParseException -> String # showList :: [URIParseException] -> ShowS # | |
Exception URIParseException Source # | |
Defined in Network.Mattermost.Exceptions |
data ContentTypeException Source #
Instances
Show ContentTypeException Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> ContentTypeException -> ShowS # show :: ContentTypeException -> String # showList :: [ContentTypeException] -> ShowS # | |
Exception ContentTypeException Source # | |
data JSONDecodeException Source #
Instances
Show JSONDecodeException Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> JSONDecodeException -> ShowS # show :: JSONDecodeException -> String # showList :: [JSONDecodeException] -> ShowS # | |
Exception JSONDecodeException Source # | |
data HeaderNotFoundException Source #
Instances
data HTTPResponseException Source #
Instances
Show HTTPResponseException Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> HTTPResponseException -> ShowS # show :: HTTPResponseException -> String # showList :: [HTTPResponseException] -> ShowS # | |
Exception HTTPResponseException Source # | |
data MattermostError Source #
Instances
Show MattermostError Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> MattermostError -> ShowS # show :: MattermostError -> String # showList :: [MattermostError] -> ShowS # | |
FromJSON MattermostError Source # | |
Defined in Network.Mattermost.Exceptions parseJSON :: Value -> Parser MattermostError # parseJSONList :: Value -> Parser [MattermostError] # | |
Exception MattermostError Source # | |
Defined in Network.Mattermost.Exceptions |
data ConnectionException Source #
Instances
Show ConnectionException Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> ConnectionException -> ShowS # show :: ConnectionException -> String # showList :: [ConnectionException] -> ShowS # | |
Exception ConnectionException Source # | |
data MattermostServerError Source #
Instances
Show MattermostServerError Source # | |
Defined in Network.Mattermost.Exceptions showsPrec :: Int -> MattermostServerError -> ShowS # show :: MattermostServerError -> String # showList :: [MattermostServerError] -> ShowS # | |
Exception MattermostServerError Source # | |