Package org.ldk.structs
Class MonitorUpdateError
- java.lang.Object
-
- org.ldk.structs.MonitorUpdateError
-
public class MonitorUpdateError extends Object
General Err type for ChannelMonitor actions. Generally, this implies that the data provided is inconsistent with the ChannelMonitor being called. eg for ChannelMonitor::update_monitor this means you tried to update a monitor for a different channel or the ChannelMonitorUpdate was corrupted. Contains a developer-readable error message.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorUpdateError
clone()
Creates a copy of the MonitorUpdateErrorprotected void
finalize()
-