diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-20 17:13:49 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-20 17:13:49 +0200 |
| commit | c06e180a98db734036614b32d55d63df7356aba5 (patch) | |
| tree | 1ca57e2cb7d8accf2a2fbda7b04fb3d3543e8703 /include/git2 | |
| parent | acc573cba3212c637d02520fb520326b36dcdd39 (diff) | |
| parent | 1396c381782f446ae5ea177b0f5c407f90197c97 (diff) | |
| download | libgit2-c06e180a98db734036614b32d55d63df7356aba5.tar.gz | |
Merge pull request #3137 from libgit2/cmn/server-errors
Improve server error reporting
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h index ef4fabb7d..31fc6035a 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -45,6 +45,7 @@ typedef enum { GIT_ECERTIFICATE = -17, /**< Server certificate is invalid */ GIT_EAPPLIED = -18, /**< Patch/merge has already been applied */ GIT_EPEEL = -19, /**< The requested peel operation is not possible */ + GIT_EEOF = -20, /**< Unexpected EOF */ GIT_PASSTHROUGH = -30, /**< Internal only */ GIT_ITEROVER = -31, /**< Signals end of iteration with iterator */ |
