| Copyright | (c) 2018-2019 Commonwealth Scientific and Industrial Research Organisation |
|---|---|
| License | BSD3 |
| Maintainer | dave.laing.80@gmail.com, jack.kelly@data61.csiro.au |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Reflex.Backend.Socket.Error
Contents
Description
Documentation
data SetupError Source #
Constructors
| GetAddrInfoError IOException | Call to |
| UseAddrInfoError (NonEmpty (AddrInfo, IOException)) | We failed to set up a socket with any |
Instances
| Eq SetupError Source # | |
Defined in Reflex.Backend.Socket.Error | |
| Show SetupError Source # | |
Defined in Reflex.Backend.Socket.Error Methods showsPrec :: Int -> SetupError -> ShowS # show :: SetupError -> String # showList :: [SetupError] -> ShowS # | |
| Generic SetupError Source # | |
Defined in Reflex.Backend.Socket.Error Associated Types type Rep SetupError :: Type -> Type # | |
| type Rep SetupError Source # | |
Defined in Reflex.Backend.Socket.Error type Rep SetupError = D1 ('MetaData "SetupError" "Reflex.Backend.Socket.Error" "reflex-backend-socket-0.2.0.1-HFYOj3ClYLVI2g5MjLBqwY" 'False) (C1 ('MetaCons "GetAddrInfoError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IOException)) :+: C1 ('MetaCons "UseAddrInfoError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (NonEmpty (AddrInfo, IOException))))) | |