View Source Telegex.Type.PassportElementErrorFiles (Telegex v1.0.1)

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

Link to this section Summary

Link to this section Types

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