| Stability | Ultra-Violence |
|---|---|
| Portability | I'm too young to die |
| Safe Haskell | Safe |
| Language | Haskell98 |
Network.NineP.Error
Description
The exceptions one would want to throw to be understood by the existing 9P clients.
Documentation
Constructors
| ENotImplemented String | |
| ENotADir | |
| EDir | |
| ENoFile String | |
| ENoFid Word32 | |
| ENoAuthRequired | |
| EPermissionDenied | |
| EInval | |
| OtherError String |
Instances
| Show NineError Source # | See also: |
| Exception NineError Source # | |
Defined in Network.NineP.Error Methods toException :: NineError -> SomeException # fromException :: SomeException -> Maybe NineError # displayException :: NineError -> String # | |