View Source Expo.PO.DuplicateMessagesError exception (expo v0.3.0)
An error raised when duplicate messages are detected.
Link to this section Summary
Link to this section Types
@type t() :: %Expo.PO.DuplicateMessagesError{ __exception__: true, duplicates: [ {message :: String.t(), line :: pos_integer(), [{:original_line, pos_integer()}]} ], file: Path.t() | nil }