Uses of Class
org.ldk.structs.SendError
-
Packages that use SendError Package Description org.ldk.structs -
-
Uses of SendError in org.ldk.structs
Subclasses of SendError in org.ldk.structs Modifier and Type Class Description static classSendError.BufferFullOur next-hop peer's buffer was full or our total outbound buffer was full.static classSendError.InvalidFirstHopOur next-hop peer was offline or does not support onion message forwarding.static classSendError.InvalidMessageOnion message contents must have a TLV type >= 64.static classSendError.Secp256k1Errored computing onion message packet keys.static classSendError.TooBigPacketBecause implementations such as Eclair will drop onion messages where the message packet exceeds 32834 bytes, we refuse to send messages where the packet exceeds this size.static classSendError.TooFewBlindedHopsThe provided [`Destination`] was an invalid [`BlindedRoute`], due to having fewer than two blinded hops.Fields in org.ldk.structs declared as SendError Modifier and Type Field Description SendErrorResult_NoneSendErrorZ.Result_NoneSendErrorZ_Err. errMethods in org.ldk.structs that return SendError Modifier and Type Method Description static SendErrorSendError. buffer_full()Utility method to constructs a new BufferFull-variant SendErrorSendErrorSendError. clone()Creates a copy of the SendErrorstatic SendErrorSendError. invalid_first_hop()Utility method to constructs a new InvalidFirstHop-variant SendErrorstatic SendErrorSendError. invalid_message()Utility method to constructs a new InvalidMessage-variant SendErrorstatic SendErrorSendError. secp256k1(Secp256k1Error a)Utility method to constructs a new Secp256k1-variant SendErrorstatic SendErrorSendError. too_big_packet()Utility method to constructs a new TooBigPacket-variant SendErrorstatic SendErrorSendError. too_few_blinded_hops()Utility method to constructs a new TooFewBlindedHops-variant SendErrorMethods in org.ldk.structs with parameters of type SendError Modifier and Type Method Description booleanSendError. eq(SendError b)Checks if two SendErrors contain equal inner contents.static Result_NoneSendErrorZResult_NoneSendErrorZ. err(SendError e)Creates a new CResult_NoneSendErrorZ in the error state.
-