Uses of Class
org.ldk.structs.ErroneousField
-
Packages that use ErroneousField Package Description org.ldk.structs -
-
Uses of ErroneousField in org.ldk.structs
Methods in org.ldk.structs that return ErroneousField Modifier and Type Method Description ErroneousFieldErroneousField. clone()Creates a copy of the ErroneousFieldErroneousFieldInvoiceError. get_erroneous_field()The field in the [`InvoiceRequest`] or the [`Bolt12Invoice`] that contained an error.static ErroneousFieldErroneousField. of(long tlv_fieldnum_arg, Option_CVec_u8ZZ suggested_value_arg)Constructs a new ErroneousField given each fieldMethods in org.ldk.structs with parameters of type ErroneousField Modifier and Type Method Description static InvoiceErrorInvoiceError. of(ErroneousField erroneous_field_arg, UntrustedString message_arg)Constructs a new InvoiceError given each field Note that erroneous_field_arg (or a relevant inner pointer) may be NULL or all-0s to represent NonevoidInvoiceError. set_erroneous_field(ErroneousField val)The field in the [`InvoiceRequest`] or the [`Bolt12Invoice`] that contained an error.
-