Class 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