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

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

Summary

Types

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