Uses of Class
org.ldk.structs.ErrorAction
-
Packages that use ErrorAction Package Description org.ldk.structs -
-
Uses of ErrorAction in org.ldk.structs
Subclasses of ErrorAction in org.ldk.structs Modifier and Type Class Description static class
ErrorAction.DisconnectPeer
static class
ErrorAction.IgnoreAndLog
static class
ErrorAction.IgnoreError
static class
ErrorAction.SendErrorMessage
Fields in org.ldk.structs declared as ErrorAction Modifier and Type Field Description ErrorAction
MessageSendEvent.HandleError. action
The action which should be taken.Methods in org.ldk.structs that return ErrorAction Modifier and Type Method Description ErrorAction
ErrorAction. clone()
Creates a copy of the ErrorActionstatic ErrorAction
ErrorAction. disconnect_peer(ErrorMessage msg)
Utility method to constructs a new DisconnectPeer-variant ErrorActionErrorAction
LightningError. get_action()
The action which should be taken against the offending peer.static ErrorAction
ErrorAction. ignore_and_log(Level a)
Utility method to constructs a new IgnoreAndLog-variant ErrorActionstatic ErrorAction
ErrorAction. ignore_error()
Utility method to constructs a new IgnoreError-variant ErrorActionstatic ErrorAction
ErrorAction. send_error_message(ErrorMessage msg)
Utility method to constructs a new SendErrorMessage-variant ErrorActionMethods in org.ldk.structs with parameters of type ErrorAction Modifier and Type Method Description static MessageSendEvent
MessageSendEvent. handle_error(byte[] node_id, ErrorAction action)
Utility method to constructs a new HandleError-variant MessageSendEventstatic LightningError
LightningError. of(String err_arg, ErrorAction action_arg)
Constructs a new LightningError given each fieldvoid
LightningError. set_action(ErrorAction val)
The action which should be taken against the offending peer.
-