ExOsrsApi.Errors.RatelimitErrorMetadata (ExOsrsApi v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOsrsApi.Errors.RatelimitErrorMetadata{
  extra_message: String.t(),
  limit: non_neg_integer()
}

Link to this section Functions

Link to this function

new(limit, extra_message)

View Source

Specs

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