View Source ExOura.Client.ValidationError (ex_oura v1.0.0)

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()
}