ExOsrsApi.Errors.ParsingErrorMetadata (ExOsrsApi v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOsrsApi.Errors.ParsingErrorMetadata{
  extra_message: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

new(name, extra_message)

View Source

Specs

new(String.t(), String.t()) :: t()