We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A libgit error.
public struct Error: Swift.Error
Swift.Error
code
The error code.
let code: Int
Error codes correspond to git_error_code constants, like GIT_ENOTFOUND.
git_error_code
GIT_ENOTFOUND
message
The error message, if any.
let message: String?