kielet/plurals/syntax_error

Types

Error returned when the syntax in a plural forms string is invalid.

pub type SyntaxError {
  SyntaxError(
    line: Int,
    column: option.Option(Int),
    reason: String,
  )
}

Constructors

  • SyntaxError(
      line: Int,
      column: option.Option(Int),
      reason: String,
    )
Search Document