Lightning.VersionControl.GithubError exception (Lightning v2.13.4)

View Source

GitHub Error exception

Summary

Types

t()

@type t() :: %Lightning.VersionControl.GithubError{
  __exception__: true,
  code: term(),
  message: term(),
  meta: term()
}

Functions

api_error(msg, meta \\ %{})

file_not_found(msg, meta \\ %{})

installation_not_found(msg, meta \\ %{})

invalid_certificate(msg, meta \\ %{})

invalid_oauth_token(msg, meta \\ %{})

misconfigured(msg, meta \\ %{})

new(code, msg, meta)

repo_secret_not_found(msg, meta \\ %{})