libgit2

git_error

Version:

Structure to store extra details of the last error that occurred.

This is kept on a per-thread basis if GIT_THREADS was defined when the library was build, otherwise one is kept globally for the library

Signature

typedef struct git_error { char *message int klass };

Members

char *
message
int
klass

Returned By

Parameter To

Versions