View Source
GitHub.ValidationError
(GitHub REST API Client v0.0.11)
Provides struct and types for ValidationError, ValidationErrorSimple
@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()
}