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

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

Summary

Types

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