JTD.MaxErrorsReachedError exception (jtd v0.1.0) View Source

Exception that occurs when the option is given and the maximum number of errors has been reached.

Link to this section Summary

Link to this section Types

Specs

t() :: %JTD.MaxErrorsReachedError{
  __exception__: term(),
  message: String.t(),
  state: any()
}