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

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

Summary

Types

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