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

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

Summary

Types

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