MCPcopy Create free account
hub / github.com/libgit2/git2go / GitError

Struct GitError

git.go:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289type GitError struct {
290 Message string
291 Class ErrorClass
292 Code ErrorCode
293}
294
295func (e GitError) Error() string {
296 return e.Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected