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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.ErrorAction
ErrorAction.DisconnectPeer, ErrorAction.IgnoreAndLog, ErrorAction.IgnoreError, ErrorAction.SendErrorMessage
-
-
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_error, send_error_message
-
-
-
-
Field Detail
-
ignore_and_log
public final Level ignore_and_log
-
-