Package org.ldk.structs
Class APIError.ChannelUnavailable
- java.lang.Object
-
- org.ldk.structs.APIError
-
- org.ldk.structs.APIError.ChannelUnavailable
-
- Enclosing class:
- APIError
public static final class APIError.ChannelUnavailable extends APIError
We were unable to complete the request as the Channel required to do so is unable to complete the request (or was not found). This can take many forms, including disconnected peer, channel at capacity, channel shutting down, etc.
-
-
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
-
-
-
-
Field Detail
-
err
public final String err
A human-readable error message
-
-