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

Provides struct and type for a HTTPValidationError

Summary

Types

t()

@type t() :: %ExOura.Client.HTTPValidationError{
  detail: [ExOura.Client.ValidationError.t()] | nil
}