Error

public enum Error: Swift.Error

Used to represent a parser error.

  • Indicates that the parser terminated abnormally resulting in the associated error value

    Declaration

    Swift

    case parserError(Swift.Error)
  • Indicates that the parser terminated abnormally but did not report an error.

    Declaration

    Swift

    case unspecifiedError