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

TypeAlias ErrorClass

git.go:18–18  ·  view source on GitHub ↗

go:generate stringer -type ErrorClass -trimprefix ErrorClass -tags static

Source from the content-addressed store, hash-verified

16
17//go:generate stringer -type ErrorClass -trimprefix ErrorClass -tags static
18type ErrorClass int
19
20const (
21 ErrorClassNone ErrorClass = C.GIT_ERROR_NONE

Callers 1

MakeGitErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected