Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParseResultFailure

Represents the result of an unsuccessful attempt to parse a string representing a BibleRef

Hierarchy

  • ParseResultFailure

Index

Properties

Properties

expected

expected: string[]

List of possible tokens/characters at the indicated location

index

index: { column: number; line: number; offset: number }

Location within input string where an unexpected token was encountered

Type declaration

  • column: number
  • line: number
  • offset: number

input

input: string

The string we were attempting to parse

status

status: false

Whether the parsing was successful - false for a ParseResultFailure

Generated using TypeDoc