Package org.ldk.structs
Class GraphSyncError.DecodeError
- java.lang.Object
-
- org.ldk.structs.GraphSyncError
-
- org.ldk.structs.GraphSyncError.DecodeError
-
- Enclosing class:
- GraphSyncError
public static final class GraphSyncError.DecodeError extends GraphSyncError
Error trying to read the update data, typically due to an erroneous data length indication that is greater than the actual amount of data provided
-
-
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 DecodeError
decode_error
-
Method Summary
-
Methods inherited from class org.ldk.structs.GraphSyncError
clone, decode_error, finalize, lightning_error
-
-
-
-
Field Detail
-
decode_error
public final DecodeError decode_error
-
-