wavex v0.10.0 Wavex.Error.UnreadableTime

An unreadable time. Times have to be of the form “hh-mm-ss”, where the minus/hyphen may be any character.

iex> to_string(%Wavex.Error.UnreadableTime{actual: "12-00   "})
"expected time to be of the form \"hh-mm-ss\", got: \"12-00   \""

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Wavex.Error.UnreadableTime{actual: <<_::64>>}