Downloads
Reference
Learning
Security
Source
API Documentation
errors
git_strerror
Version:
v0.16.0
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.8.0
v0.1.0
strerror() for the Git library
Signature
GitHub
const char *git_strerror(
int num
);
Parameters
int
In
num
The error code to explain
Returns
const char *
a string explaining the error code
Versions
v0.16.0
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.8.0
v0.1.0