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

Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.

Summary

Types

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