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

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

Link to this section Summary

Link to this section Types

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