libgit2

GIT_ERROR

Version:

Operation failed, with unspecified reason. This value also serves as the base error code; all other error codes are subtracted from it such that all errors are < 0, in typical POSIX C tradition.

Signature

#define GIT_ERROR -1

Versions