View Source Expo.PO.DuplicateMessagesError exception (expo v1.0.0)

An error raised when duplicate messages are detected.

Summary

Types

t()

The type for this exception struct.

Types

@type t() :: %Expo.PO.DuplicateMessagesError{
  __exception__: true,
  catalogue: Expo.Messages.t(),
  duplicates: [
    {message :: Expo.Message.t(), error_message :: String.t(),
     line :: pos_integer(), [{:original_line, pos_integer()}]}
  ],
  file: Path.t() | nil
}

The type for this exception struct.