Class APIError.FeeRateTooHigh

  • Enclosing class:
    APIError

    public static final class APIError.FeeRateTooHigh
    extends APIError
    Due to a high feerate, we were unable to complete the request. For example, this may be returned if the feerate implies we cannot open a channel at the requested value, but opening a larger channel would succeed.
    • Field Detail

      • err

        public final String err
        A human-readable error message
      • feerate

        public final int feerate
        The feerate which was too high.