class GitHubResponseException(val errors: List<Error>) : Exception

Exception for GitHub response errors

Parameters

errors

the errors GitHub sent us

Constructors

Link copied to clipboard
constructor(errors: List<Error>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errors: List<Error>
Link copied to clipboard
open val message: String?