View Source GitHub.CodeownersErrorsErrors (GitHub REST API Client v0.3.0)

Provides struct and type for a CodeownersErrorsErrors

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CodeownersErrorsErrors{
  __info__: map(),
  column: integer(),
  kind: String.t(),
  line: integer(),
  message: String.t(),
  path: String.t(),
  source: String.t() | nil,
  suggestion: String.t() | nil
}