Tempo.DuplicateZoneError exception (Tempo v0.5.0)

Copy Markdown View Source

Exception raised when an IXDTF suffix contains more than one time-zone annotation. The standard permits at most one zone identifier per value.

Summary

Types

t()

@type t() :: %Tempo.DuplicateZoneError{
  __exception__: true,
  suffix: String.t() | nil,
  zones: [String.t()] | nil
}