| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ribosome.Host.Data.RpcError
Description
The basic error type for the plugin host.
Documentation
The basic error type for the plugin host, used by the listener, Rpc and several other components.
Constructors
| Unexpected Text | An error that is supposed to be prevented by the implementation. |
| Api RpcMethod [Object] Text | The Neovim API encountered a problem. |
| Decode DecodeError | A request was instructed to use the wrong decoder or the remote data was invalid. |