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