summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-08-27 15:10:51 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-08-27 15:10:51 +0200
commit15c7da3442843b8fd2cdb95af8716ec6b5c12a40 (patch)
treeb7a0dfb73f7311283e1469182c6aaeff48e00fb9 /include/git2/errors.h
parentcb92467bc284b87c38cdf32f8803a528846d094b (diff)
parent7449c82ee713024f59badf6fef9cc0ac49ce9561 (diff)
downloadlibgit2-15c7da3442843b8fd2cdb95af8716ec6b5c12a40.tar.gz
Merge branch 'cmn/ssh-retry'
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index c914653fc..b91560631 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -41,6 +41,7 @@ typedef enum {
GIT_EMERGECONFLICT = -13, /**< Merge conflicts prevented operation */
GIT_ELOCKED = -14, /**< Lock file prevented operation */
GIT_EMODIFIED = -15, /**< Reference value does not match expected */
+ GIT_EAUTH = -16, /**< Authentication error */
GIT_PASSTHROUGH = -30, /**< Internal only */
GIT_ITEROVER = -31, /**< Signals end of iteration with iterator */