Package org.ldk.structs
Class GraphSyncError.LightningError
- java.lang.Object
-
- org.ldk.structs.GraphSyncError
-
- org.ldk.structs.GraphSyncError.LightningError
-
- Enclosing class:
- GraphSyncError
public static final class GraphSyncError.LightningError extends GraphSyncError
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 order
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.GraphSyncError
GraphSyncError.DecodeError, GraphSyncError.LightningError
-
-
Field Summary
Fields Modifier and Type Field Description LightningError
lightning_error
-
Method Summary
-
Methods inherited from class org.ldk.structs.GraphSyncError
clone, decode_error, finalize, lightning_error
-
-
-
-
Field Detail
-
lightning_error
public final LightningError lightning_error
-
-