Enumeration
GgitError
since: 1.0
Members
GGIT_ERROR_GIT_ERROR
-
A generic error for when an operation fails.
- Value:
-1
- Nickname:
git-error
- Available since: 1.0
- Value:
GGIT_ERROR_NOTFOUND
-
Input does not exist in the scope searched.
- Value:
-3
- Nickname:
notfound
- Available since: 1.0
- Value:
GGIT_ERROR_EXISTS
-
A reference with this name already exists.
- Value:
-4
- Nickname:
exists
- Available since: 1.0
- Value:
GGIT_ERROR_AMBIGUOUS
-
The given error is ambiguous.
- Value:
-5
- Nickname:
ambiguous
- Available since: 1.0
- Value:
GGIT_ERROR_BUFS
-
The buffer is too short.
- Value:
-6
- Nickname:
bufs
- Available since: 1.0
- Value:
GGIT_ERROR_PASSTHROUGH
-
Skip and passthrough the given ODB backend.
- Value:
-30
- Nickname:
passthrough
- Available since: 1.0
- Value:
GGIT_ERROR_ITEROVER
-
The iteration has finished.
- Value:
-31
- Nickname:
iterover
- Available since: 1.0
- Value:
Type functions
ggit_error_quark
Error domain for Ggit functions.
Errors in this domain will be from the GgitError enumeration.
See GError
for information on error domains.
since: 1.0