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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorUpdateErrorclone()Creates a copy of the MonitorUpdateErrorprotected voidfinalize()Stringget_a()static MonitorUpdateErrorof(String a_arg)Constructs a new MonitorUpdateError given each fieldvoidset_a(String val)
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public String get_a()
-
set_a
public void set_a(String val)
-
of
public static MonitorUpdateError of(String a_arg)
Constructs a new MonitorUpdateError given each field
-
clone
public MonitorUpdateError clone()
Creates a copy of the MonitorUpdateError
-
-