Portability | Rank2Types |
---|---|
Stability | experimental |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Safe Haskell | None |
- location :: Lens' IOException String
- description :: Lens' IOException String
- handle :: Lens' IOException (Maybe Handle)
- fileName :: Lens' IOException (Maybe FilePath)
- errno :: Lens' IOException (Maybe CInt)
- errorType :: Lens' IOException IOErrorType
- _Interrupted :: Prism' IOErrorType ()
- _ResourceVanished :: Prism' IOErrorType ()
- _TimeExpired :: Prism' IOErrorType ()
- _UnsupportedOperation :: Prism' IOErrorType ()
- _HardwareFault :: Prism' IOErrorType ()
- _InappropriateType :: Prism' IOErrorType ()
- _InvalidArgument :: Prism' IOErrorType ()
- _OtherError :: Prism' IOErrorType ()
- _ProtocolError :: Prism' IOErrorType ()
- _SystemError :: Prism' IOErrorType ()
- _UnsatisfiedConstraints :: Prism' IOErrorType ()
- _UserError :: Prism' IOErrorType ()
- _PermissionDenied :: Prism' IOErrorType ()
- _IllegalOperation :: Prism' IOErrorType ()
- _EOF :: Prism' IOErrorType ()
- _ResourceExhausted :: Prism' IOErrorType ()
- _ResourceBusy :: Prism' IOErrorType ()
- _NoSuchThing :: Prism' IOErrorType ()
- _AlreadyExists :: Prism' IOErrorType ()
IOException Lenses
location :: Lens' IOException StringSource
Where the error happened.
description :: Lens' IOException StringSource
Error type specific information.
errorType :: Lens' IOException IOErrorTypeSource
What type of error it is
IOErrorType Prisms
_EOF :: Prism' IOErrorType ()Source