libgit2

giterr_last

Version:

Return the last git_error object that was generated for the current thread or NULL if no error has occurred.

Signature

const git_error *giterr_last();

Returns

A git_error object.

Versions