EnumerationSwiftSyntaxParser
ParserError
A list of possible errors that could be encountered while parsing a Syntax tree.
enum ParserError
A list of possible errors that could be encountered while parsing a Syntax tree.
enum ParserError
case invalidSyntaxData
Parser created an invalid syntax data. That should never occur under normal circumstances, and it should be reported as a bug.
case parserCompatibilityCheckFailed
The SwiftSyntax parser library isn’t compatible with this SwiftSyntax version.
var description: String
A textual representation of this instance.
var halfWidthCornerQuoted: String
var localizedDescription: String
Retrieve the localized description for this error.