Type Alias cln_plugin::Error
source · pub type Error = Error;
Expand description
Need to tell us about something that went wrong? Use this error type to do that. Use this alias to be safe from future changes in our internal error handling, since we’ll implement any necessary conversions for you :-)
Aliased Type§
struct Error { /* private fields */ }