View Source Telegex.Type.PassportElementErrorTranslationFile (Telegex v1.8.0)

Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.

Summary

Types

@type t() :: %Telegex.Type.PassportElementErrorTranslationFile{
  file_hash: String.t(),
  message: String.t(),
  source: String.t(),
  type: String.t()
}