Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.JsonRpc.Failure
Documentation
data ErrorStatus Source #
Constructors
ParseError | |
InvalidRequest | |
MethodNotFound | |
InvalidParams | |
InternalError | |
ServerError !Int | |
MethodError !Int !Text |
Instances
serverError :: MonadPlus m => Int -> m ErrorStatus Source #
methodError :: MonadPlus m => Int -> Text -> m ErrorStatus Source #
emptyError :: Maybe () Source #