Uses of Class
org.ldk.structs.APIError
-
Packages that use APIError Package Description org.ldk.structs -
-
Uses of APIError in org.ldk.structs
Subclasses of APIError in org.ldk.structs Modifier and Type Class Description static classAPIError.APIMisuseErrorstatic classAPIError.ChannelUnavailablestatic classAPIError.FeeRateTooHighstatic classAPIError.IncompatibleShutdownScriptstatic classAPIError.MonitorUpdateFailedstatic classAPIError.RouteErrorFields in org.ldk.structs declared as APIError Modifier and Type Field Description APIError[]PaymentSendFailure.AllFailedRetrySafe. all_failed_retry_safeAPIErrorResult_NoneAPIErrorZ.Result_NoneAPIErrorZ_Err. errAPIErrorResult_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_Err. errAPIErrorPaymentSendFailure.ParameterError. parameter_errorMethods in org.ldk.structs that return APIError Modifier and Type Method Description static APIErrorAPIError. apimisuse_error(String err)Utility method to constructs a new APIMisuseError-variant APIErrorstatic APIErrorAPIError. channel_unavailable(String err)Utility method to constructs a new ChannelUnavailable-variant APIErrorAPIErrorAPIError. clone()Creates a copy of the APIErrorstatic APIErrorAPIError. fee_rate_too_high(String err, int feerate)Utility method to constructs a new FeeRateTooHigh-variant APIErrorstatic APIErrorAPIError. incompatible_shutdown_script(ShutdownScript script)Utility method to constructs a new IncompatibleShutdownScript-variant APIErrorstatic APIErrorAPIError. monitor_update_failed()Utility method to constructs a new MonitorUpdateFailed-variant APIErrorstatic APIErrorAPIError. route_error(String err)Utility method to constructs a new RouteError-variant APIErrorMethods in org.ldk.structs with parameters of type APIError Modifier and Type Method Description static PaymentSendFailurePaymentSendFailure. all_failed_retry_safe(APIError[] a)Utility method to constructs a new AllFailedRetrySafe-variant PaymentSendFailurestatic Result_NoneAPIErrorZResult_NoneAPIErrorZ. err(APIError e)Creates a new CResult_NoneAPIErrorZ in the error state.static Result_PaymentSecretAPIErrorZResult_PaymentSecretAPIErrorZ. err(APIError e)Creates a new CResult_PaymentSecretAPIErrorZ in the error state.static PaymentSendFailurePaymentSendFailure. parameter_error(APIError a)Utility method to constructs a new ParameterError-variant PaymentSendFailure
-