Package org.ldk.structs
Class APIError.APIMisuseError
- java.lang.Object
-
- org.ldk.structs.APIError
-
- org.ldk.structs.APIError.APIMisuseError
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.APIError
APIError.APIMisuseError, APIError.ChannelUnavailable, APIError.FeeRateTooHigh, APIError.IncompatibleShutdownScript, APIError.MonitorUpdateFailed, APIError.RouteError
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.APIError
apimisuse_error, channel_unavailable, clone, fee_rate_too_high, finalize, incompatible_shutdown_script, monitor_update_failed, route_error
-
-
-
-
Field Detail
-
err
public final String err
A human-readable error message
-
-