EngineError

public enum EngineError : Error

Enumeration of errors that can be thrown by LiteratorFactory, Transliterator and Anteliterator.

  • Usually indicates that internal files on disk were not accessible as expected.

    Declaration

    Swift

    case ioError(String)
  • Class of issues that arises when contents of internal files are corrupted.

    Declaration

    Swift

    case parseError(String)
  • Class of errors arising from invalid configuration or input parameter.

    Declaration

    Swift

    case invalidSelection(String)