Uses of Class
org.ldk.structs.GraphSyncError
-
Packages that use GraphSyncError Package Description org.ldk.structs -
-
Uses of GraphSyncError in org.ldk.structs
Subclasses of GraphSyncError in org.ldk.structs Modifier and Type Class Description static class
GraphSyncError.DecodeError
Error trying to read the update data, typically due to an erroneous data length indication that is greater than the actual amount of data providedstatic class
GraphSyncError.LightningError
Error applying the patch to the network graph, usually the result of updates that are too old or missing prerequisite data to the application of updates out of orderFields in org.ldk.structs declared as GraphSyncError Modifier and Type Field Description GraphSyncError
Result_u32GraphSyncErrorZ.Result_u32GraphSyncErrorZ_Err. err
Methods in org.ldk.structs that return GraphSyncError Modifier and Type Method Description GraphSyncError
GraphSyncError. clone()
Creates a copy of the GraphSyncErrorstatic GraphSyncError
GraphSyncError. decode_error(DecodeError a)
Utility method to constructs a new DecodeError-variant GraphSyncErrorstatic GraphSyncError
GraphSyncError. lightning_error(LightningError a)
Utility method to constructs a new LightningError-variant GraphSyncErrorMethods in org.ldk.structs with parameters of type GraphSyncError Modifier and Type Method Description static Result_u32GraphSyncErrorZ
Result_u32GraphSyncErrorZ. err(GraphSyncError e)
Creates a new CResult_u32GraphSyncErrorZ in the error state.
-