Error - SwiftDocOrg/Git GitHub Wiki
Error
A libgit error.
public struct Error: Swift.Error
Inheritance
Swift.Error
Properties
code
The error code.
let code: Int
Error codes correspond to git_error_code
constants, like GIT_ENOTFOUND
.
message
The error message, if any.
let message: String?