Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Aug 17, 2020 · 2 revisions

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?
Clone this wiki locally