Class LightningError


  • public class LightningError
    extends Object
    An Err type for failure to process messages.
    • Method Detail

      • get_err

        public String get_err()
        A human-readable message describing the error
      • set_err

        public void set_err​(String val)
        A human-readable message describing the error
      • get_action

        public ErrorAction get_action()
        The action which should be taken against the offending peer.
      • set_action

        public void set_action​(ErrorAction val)
        The action which should be taken against the offending peer.