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

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.

Link to this section Summary

Link to this section Types

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