libgit2_d.errors

Undocumented in source.

Members

Enums

git_error_code
enum git_error_code

Generic return codes

git_error_t
enum git_error_t

Error classes

Functions

git_error_clear
void git_error_clear()

Clear the last library error that occurred for this thread.

git_error_last
const(.git_error)* git_error_last()

Return the last git_error object that was generated for the current thread.

git_error_set_oom
void git_error_set_oom()

Set the error message to a special value for memory allocation failure.

git_error_set_str
int git_error_set_str(int error_class, const(char)* string_)

Set the error message string for this thread.

Structs

git_error
struct git_error

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

Meta