Uses of Class
org.ldk.structs.ParseOrSemanticError
-
Packages that use ParseOrSemanticError Package Description org.ldk.structs -
-
Uses of ParseOrSemanticError in org.ldk.structs
Subclasses of ParseOrSemanticError in org.ldk.structs Modifier and Type Class Description static class
ParseOrSemanticError.ParseError
The invoice couldn't be decodedstatic class
ParseOrSemanticError.SemanticError
The invoice could be decoded but violates the BOLT11 standardFields in org.ldk.structs declared as ParseOrSemanticError Modifier and Type Field Description ParseOrSemanticError
Result_InvoiceParseOrSemanticErrorZ.Result_InvoiceParseOrSemanticErrorZ_Err. err
Methods in org.ldk.structs that return ParseOrSemanticError Modifier and Type Method Description ParseOrSemanticError
ParseOrSemanticError. clone()
Creates a copy of the ParseOrSemanticErrorstatic ParseOrSemanticError
ParseOrSemanticError. parse_error(ParseError a)
Utility method to constructs a new ParseError-variant ParseOrSemanticErrorstatic ParseOrSemanticError
ParseOrSemanticError. semantic_error(SemanticError a)
Utility method to constructs a new SemanticError-variant ParseOrSemanticErrorMethods in org.ldk.structs with parameters of type ParseOrSemanticError Modifier and Type Method Description boolean
ParseOrSemanticError. eq(ParseOrSemanticError b)
Checks if two ParseOrSemanticErrors contain equal inner contents.static Result_InvoiceParseOrSemanticErrorZ
Result_InvoiceParseOrSemanticErrorZ. err(ParseOrSemanticError e)
Creates a new CResult_InvoiceParseOrSemanticErrorZ in the error state.
-