Uses of Class
org.ldk.structs.LightningError
-
Packages that use LightningError Package Description org.ldk.structs -
-
Uses of LightningError in org.ldk.structs
Fields in org.ldk.structs declared as LightningError Modifier and Type Field Description LightningError
Result_boolLightningErrorZ.Result_boolLightningErrorZ_Err. err
LightningError
Result_NoneLightningErrorZ.Result_NoneLightningErrorZ_Err. err
LightningError
Result_RouteLightningErrorZ.Result_RouteLightningErrorZ_Err. err
LightningError
GraphSyncError.LightningError. lightning_error
Methods in org.ldk.structs that return LightningError Modifier and Type Method Description LightningError
LightningError. clone()
Creates a copy of the LightningErrorstatic LightningError
LightningError. of(String err_arg, ErrorAction action_arg)
Constructs a new LightningError given each fieldMethods in org.ldk.structs with parameters of type LightningError Modifier and Type Method Description static Result_boolLightningErrorZ
Result_boolLightningErrorZ. err(LightningError e)
Creates a new CResult_boolLightningErrorZ in the error state.static Result_NoneLightningErrorZ
Result_NoneLightningErrorZ. err(LightningError e)
Creates a new CResult_NoneLightningErrorZ in the error state.static Result_RouteLightningErrorZ
Result_RouteLightningErrorZ. err(LightningError e)
Creates a new CResult_RouteLightningErrorZ in the error state.static GraphSyncError
GraphSyncError. lightning_error(LightningError a)
Utility method to constructs a new LightningError-variant GraphSyncError
-