View Source Telegex.Type.PassportElementErrorReverseSide (Telegex v1.0.0-rc.6)

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.

Link to this section Summary

Link to this section Types

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