Package org.ldk.structs
Class ErrorAction.IgnoreAndLog
- java.lang.Object
-
- org.ldk.structs.ErrorAction
-
- org.ldk.structs.ErrorAction.IgnoreAndLog
-
- Enclosing class:
- ErrorAction
public static final class ErrorAction.IgnoreAndLog extends ErrorAction
The peer did something harmless that we weren't able to meaningfully process. If the error is logged, log it at the given level.
-
-
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 Level
ignore_and_log
-
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
-
ignore_and_log
public final Level ignore_and_log
-
-