Copyright | (c) Sebastian Witte |
---|---|
License | Apache-2.0 |
Maintainer | woozletoff@gmail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data NeovimException Source #
Exceptions specific to nvim-hs.
ErrorMessage Doc | Simply error message that is passed to neovim. It should currently only contain one line of text. |
ErrorResult Object | Error that can be returned by a remote API call. A call of |