Package org.ldk.structs
Class APIError.FeeRateTooHigh
- java.lang.Object
-
- org.ldk.structs.APIError
-
- org.ldk.structs.APIError.FeeRateTooHigh
-
- Enclosing class:
- APIError
public static final class APIError.FeeRateTooHigh extends APIError
Due to a high feerate, we were unable to complete the request. For example, this may be returned if the feerate implies we cannot open a channel at the requested value, but opening a larger channel would succeed.
-
-
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
-
feerate
public final int feerate
The feerate which was too high.
-
-