Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
An error that may occur when processing a capnproto message.
BoundsError | A |
RecursionLimitError | A |
TraversalLimitError | A |
InvalidDataError String | An |
SizeError | A |
SchemaViolationError String | A |
InvalidUtf8Error UnicodeException | An Note well: Most parts of the library don't actually check for valid utf8 -- don't assume the check is made unless an interface says it is. |
Instances
Eq Error Source # | |
Show Error Source # | |
Exception Error Source # | |
Defined in Capnp.Errors toException :: Error -> SomeException # fromException :: SomeException -> Maybe Error # displayException :: Error -> String # |