error

Types

pub type TranslatorError {
  DirectoryNotSet
  DirectoryNotFound
  KeyNotFound
  LanguageFileNotFound
  JsonError(json.DecodeError)
  FileError(simplifile.FileError)
}

Constructors

  • DirectoryNotSet
  • DirectoryNotFound
  • KeyNotFound
  • LanguageFileNotFound
  • JsonError(json.DecodeError)
  • FileError(simplifile.FileError)
Search Document