Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
module Thrift.Transport
module Thrift.Protocol
data AppExnType Source #
Instances
Enum AppExnType Source # | |
Defined in Thrift succ :: AppExnType -> AppExnType # pred :: AppExnType -> AppExnType # toEnum :: Int -> AppExnType # fromEnum :: AppExnType -> Int # enumFrom :: AppExnType -> [AppExnType] # enumFromThen :: AppExnType -> AppExnType -> [AppExnType] # enumFromTo :: AppExnType -> AppExnType -> [AppExnType] # enumFromThenTo :: AppExnType -> AppExnType -> AppExnType -> [AppExnType] # | |
Eq AppExnType Source # | |
Defined in Thrift (==) :: AppExnType -> AppExnType -> Bool # (/=) :: AppExnType -> AppExnType -> Bool # | |
Show AppExnType Source # | |
Defined in Thrift showsPrec :: Int -> AppExnType -> ShowS # show :: AppExnType -> String # showList :: [AppExnType] -> ShowS # |
AppExn | |
|
Instances
Show AppExn Source # | |
Exception AppExn Source # | |
Defined in Thrift toException :: AppExn -> SomeException # fromException :: SomeException -> Maybe AppExn # displayException :: AppExn -> String # |
data ThriftException Source #
Instances
Show ThriftException Source # | |
Defined in Thrift showsPrec :: Int -> ThriftException -> ShowS # show :: ThriftException -> String # showList :: [ThriftException] -> ShowS # | |
Exception ThriftException Source # | |
Defined in Thrift |