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

The error message for the last error.

int
klass

The category of the last error.

Returned By

Versions