Enum Class LnrpcPaymentFailureReason

java.lang.Object
java.lang.Enum<LnrpcPaymentFailureReason>
net.osslabz.lnd.dto.LnrpcPaymentFailureReason
All Implemented Interfaces:
Serializable, Comparable<LnrpcPaymentFailureReason>, Constable

public enum LnrpcPaymentFailureReason extends Enum<LnrpcPaymentFailureReason>
- FAILURE_REASON_NONE: Payment isn't failed (yet). - FAILURE_REASON_TIMEOUT: There are more routes to try, but the payment timeout was exceeded. - FAILURE_REASON_NO_ROUTE: All possible routes were tried and failed permanently. Or were no routes to the destination at all. - FAILURE_REASON_ERROR: A non-recoverable error has occured. - FAILURE_REASON_INCORRECT_PAYMENT_DETAILS: Payment details incorrect (unknown hash, invalid amt or invalid final cltv delta) - FAILURE_REASON_INSUFFICIENT_BALANCE: Insufficient local balance.