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

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

Summary

Types

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