Uses of Class
org.ldk.enums.SemanticError
-
Packages that use SemanticError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of SemanticError in org.ldk.enums
Methods in org.ldk.enums that return SemanticError Modifier and Type Method Description static SemanticErrorSemanticError. valueOf(String name)Returns the enum constant of this type with the specified name.static SemanticError[]SemanticError. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SemanticError in org.ldk.impl
Methods in org.ldk.impl that return SemanticError Modifier and Type Method Description static SemanticErrorbindings. LDKCResult_InvoiceSemanticErrorZ_get_err(long arg)static SemanticErrorbindings. LDKCResult_NoneSemanticErrorZ_get_err(long arg)static SemanticErrorbindings. SemanticError_clone(long orig)static SemanticErrorbindings. SemanticError_invalid_features()static SemanticErrorbindings. SemanticError_invalid_recovery_id()static SemanticErrorbindings. SemanticError_invalid_signature()static SemanticErrorbindings. SemanticError_multiple_descriptions()static SemanticErrorbindings. SemanticError_multiple_payment_hashes()static SemanticErrorbindings. SemanticError_multiple_payment_secrets()static SemanticErrorbindings. SemanticError_no_description()static SemanticErrorbindings. SemanticError_no_payment_hash()Methods in org.ldk.impl with parameters of type SemanticError Modifier and Type Method Description static longbindings. CResult_InvoiceSemanticErrorZ_err(SemanticError e)static longbindings. CResult_NoneSemanticErrorZ_err(SemanticError e) -
Uses of SemanticError in org.ldk.structs
Fields in org.ldk.structs declared as SemanticError Modifier and Type Field Description SemanticErrorResult_InvoiceSemanticErrorZ.Result_InvoiceSemanticErrorZ_Err. errSemanticErrorResult_NoneSemanticErrorZ.Result_NoneSemanticErrorZ_Err. errMethods in org.ldk.structs with parameters of type SemanticError Modifier and Type Method Description static Result_InvoiceSemanticErrorZResult_InvoiceSemanticErrorZ. err(SemanticError e)Creates a new CResult_InvoiceSemanticErrorZ in the error state.static Result_NoneSemanticErrorZResult_NoneSemanticErrorZ. err(SemanticError e)Creates a new CResult_NoneSemanticErrorZ in the error state.
-