Package org.ldk.structs
Class ErrorAction.DisconnectPeer
- java.lang.Object
-
- org.ldk.structs.ErrorAction
-
- org.ldk.structs.ErrorAction.DisconnectPeer
-
- Enclosing class:
- ErrorAction
public static final class ErrorAction.DisconnectPeer extends ErrorAction
The peer took some action which made us think they were useless. Disconnect them.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.ErrorAction
ErrorAction.DisconnectPeer, ErrorAction.IgnoreAndLog, ErrorAction.IgnoreDuplicateGossip, ErrorAction.IgnoreError, ErrorAction.SendErrorMessage, ErrorAction.SendWarningMessage
-
-
Field Summary
Fields Modifier and Type Field Description ErrorMessage
msg
An error message which we should make an effort to send before we disconnect.
-
Method Summary
-
Methods inherited from class org.ldk.structs.ErrorAction
clone, disconnect_peer, finalize, ignore_and_log, ignore_duplicate_gossip, ignore_error, send_error_message, send_warning_message
-
-
-
-
Field Detail
-
msg
@Nullable public final ErrorMessage msg
An error message which we should make an effort to send before we disconnect. Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
-
-