ExOura.Client.ValidationError (ex_oura v3.0.1)

Copy Markdown View Source

Provides struct and type for a ValidationError

Summary

Types

t()

@type t() :: %ExOura.Client.ValidationError{
  loc: [integer() | String.t()],
  msg: String.t(),
  type: String.t()
}