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

Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.

Summary

Types

@type t() :: %Telegex.Type.PassportElementErrorTranslationFiles{
  file_hashes: [String.t()],
  message: String.t(),
  source: String.t(),
  type: String.t()
}