Class PaymentSendFailure.ParameterError

  • Enclosing class:
    PaymentSendFailure

    public static final class PaymentSendFailure.ParameterError
    extends PaymentSendFailure
    A parameter which was passed to send_payment was invalid, preventing us from attempting to send the payment at all. You can freely resend the payment in full (with the parameter error fixed). Because the payment failed outright, no payment tracking is done and no [`Event::PaymentPathFailed`] or [`Event::PaymentFailed`] events will be generated. [`Event::PaymentPathFailed`]: crate::events::Event::PaymentPathFailed [`Event::PaymentFailed`]: crate::events::Event::PaymentFailed
    • Field Detail

      • parameter_error

        public final APIError parameter_error