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 classGraphSyncError.DecodeErrorError trying to read the update data, typically due to an erroneous data length indication that is greater than the actual amount of data providedstatic classGraphSyncError.LightningErrorError 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 GraphSyncErrorResult_u32GraphSyncErrorZ.Result_u32GraphSyncErrorZ_Err. errMethods in org.ldk.structs that return GraphSyncError Modifier and Type Method Description GraphSyncErrorGraphSyncError. clone()Creates a copy of the GraphSyncErrorstatic GraphSyncErrorGraphSyncError. decode_error(GraphSyncError.DecodeError a)Utility method to constructs a new DecodeError-variant GraphSyncErrorstatic GraphSyncErrorGraphSyncError. lightning_error(GraphSyncError.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_u32GraphSyncErrorZResult_u32GraphSyncErrorZ. err(GraphSyncError e)Creates a new CResult_u32GraphSyncErrorZ in the error state.
-