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 classParseOrSemanticError.ParseErrorThe invoice couldn't be decodedstatic classParseOrSemanticError.SemanticErrorThe invoice could be decoded but violates the BOLT11 standardFields in org.ldk.structs declared as ParseOrSemanticError Modifier and Type Field Description ParseOrSemanticErrorResult_InvoiceParseOrSemanticErrorZ.Result_InvoiceParseOrSemanticErrorZ_Err. errMethods in org.ldk.structs that return ParseOrSemanticError Modifier and Type Method Description ParseOrSemanticErrorParseOrSemanticError. clone()Creates a copy of the ParseOrSemanticErrorstatic ParseOrSemanticErrorParseOrSemanticError. parse_error(ParseOrSemanticError.ParseError a)Utility method to constructs a new ParseError-variant ParseOrSemanticErrorstatic ParseOrSemanticErrorParseOrSemanticError. 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 static Result_InvoiceParseOrSemanticErrorZResult_InvoiceParseOrSemanticErrorZ. err(ParseOrSemanticError e)Creates a new CResult_InvoiceParseOrSemanticErrorZ in the error state.
-