![]() |
![]() |
![]() |
libgit2-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
typedef enum { GGIT_ERROR_GIT_ERROR = -1, GGIT_ERROR_NOTFOUND = -3, GGIT_ERROR_EXISTS = -4, GGIT_ERROR_AMBIGUOUS = -5, GGIT_ERROR_BUFS = -6, GGIT_ERROR_PASSTHROUGH = -30, GGIT_ERROR_ITEROVER = -31 } GgitError;
Error codes for the GGIT_ERROR
error domain.
A generic error for when an operation fails. | |
Input does not exist in the scope searched. | |
A reference with this name already exists. | |
The given error is ambiguous. | |
The buffer is too short. | |
Skip and passthrough the given ODB backend. | |
The iteration has finished. |
#define GGIT_ERROR ggit_error_quark ()
Error domain for Ggit. Errors in this domain will be from the GgitError enumeration. See GError for more information on error domains.