libgit2

git_strerror

Version:

strerror() for the Git library

Signature

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