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 SemanticError
SemanticError. 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 SemanticError
bindings. LDKCResult_InvoiceSemanticErrorZ_get_err(long arg)
static SemanticError
bindings. LDKCResult_NoneSemanticErrorZ_get_err(long arg)
static SemanticError
bindings. SemanticError_clone(long orig)
static SemanticError
bindings. SemanticError_invalid_features()
static SemanticError
bindings. SemanticError_invalid_recovery_id()
static SemanticError
bindings. SemanticError_invalid_signature()
static SemanticError
bindings. SemanticError_multiple_descriptions()
static SemanticError
bindings. SemanticError_multiple_payment_hashes()
static SemanticError
bindings. SemanticError_multiple_payment_secrets()
static SemanticError
bindings. SemanticError_no_description()
static SemanticError
bindings. SemanticError_no_payment_hash()
Methods in org.ldk.impl with parameters of type SemanticError Modifier and Type Method Description static long
bindings. CResult_InvoiceSemanticErrorZ_err(SemanticError e)
static long
bindings. 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 SemanticError
Result_InvoiceSemanticErrorZ.Result_InvoiceSemanticErrorZ_Err. err
SemanticError
Result_NoneSemanticErrorZ.Result_NoneSemanticErrorZ_Err. err
Methods in org.ldk.structs with parameters of type SemanticError Modifier and Type Method Description static Result_InvoiceSemanticErrorZ
Result_InvoiceSemanticErrorZ. err(SemanticError e)
Creates a new CResult_InvoiceSemanticErrorZ in the error state.static Result_NoneSemanticErrorZ
Result_NoneSemanticErrorZ. err(SemanticError e)
Creates a new CResult_NoneSemanticErrorZ in the error state.
-