View Source GitHub.ValidationErrorErrors (GitHub REST API Client v0.3.3)

Provides struct and type for a ValidationErrorErrors

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ValidationErrorErrors{
  __info__: map(),
  code: String.t(),
  field: String.t() | nil,
  index: integer() | nil,
  message: String.t() | nil,
  resource: String.t() | nil,
  value: integer() | String.t() | [String.t()] | nil
}