View Source Telegex.Type.PassportElementErrorUnspecified (Telegex v1.0.0)

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

Link to this section Summary

Link to this section Types

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