Package org.ldk.structs
Class APIError.MonitorUpdateInProgress
- java.lang.Object
-
- org.ldk.structs.APIError
-
- org.ldk.structs.APIError.MonitorUpdateInProgress
-
- Enclosing class:
- APIError
public static final class APIError.MonitorUpdateInProgress extends APIError
An attempt to call [`chain::Watch::watch_channel`]/[`chain::Watch::update_channel`] returned a [`ChannelMonitorUpdateStatus::InProgress`] indicating the persistence of a monitor update is awaiting async resolution. Once it resolves the attempted action should complete automatically. [`chain::Watch::watch_channel`]: crate::chain::Watch::watch_channel [`chain::Watch::update_channel`]: crate::chain::Watch::update_channel [`ChannelMonitorUpdateStatus::InProgress`]: crate::chain::ChannelMonitorUpdateStatus::InProgress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.APIError
APIError.APIMisuseError, APIError.ChannelUnavailable, APIError.FeeRateTooHigh, APIError.IncompatibleShutdownScript, APIError.InvalidRoute, APIError.MonitorUpdateInProgress
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.APIError
apimisuse_error, channel_unavailable, clone, eq, equals, fee_rate_too_high, finalize, incompatible_shutdown_script, invalid_route, monitor_update_in_progress, write
-
-