View Source Telegex.Type.PassportElementErrorDataField (Telegex v1.9.0-rc.0)

Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.

Summary

Types

@type t() :: %Telegex.Type.PassportElementErrorDataField{
  data_hash: String.t(),
  field_name: String.t(),
  message: String.t(),
  source: String.t(),
  type: String.t()
}