ExOura.Client.ValidationError (ex_oura v4.0.0)

Copy Markdown View Source

Provides struct and type for a ValidationError

Summary

Types

t()

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