Package org.ldk.structs
Class ErrorAction.IgnoreError
- java.lang.Object
-
- org.ldk.structs.ErrorAction
-
- org.ldk.structs.ErrorAction.IgnoreError
-
- Enclosing class:
- ErrorAction
public static final class ErrorAction.IgnoreError extends ErrorAction
The peer did something harmless that we weren't able to process, just log and ignore
-
-
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
-
-
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
-
-