View Source GitHub.ValidationError (GitHub REST API Client v0.2.3)

Provides struct and types for a ValidationError

Link to this section Summary

Link to this section Types

@type simple() :: %GitHub.ValidationError{
  __info__: map(),
  documentation_url: String.t(),
  errors: [String.t()] | nil,
  message: String.t()
}
@type t() :: %GitHub.ValidationError{
  __info__: map(),
  documentation_url: String.t(),
  errors: [map()] | nil,
  message: String.t()
}