summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-04-26 15:05:07 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-04-26 15:38:42 +0200
commit3aa351ea0fa0d9e8d155801cdac1e83d3b1717c1 (patch)
tree9b2d8994245744ca0d2c2d07ef2d61e420451172 /include/git2/errors.h
parenteb3d71a5bcd78cb4840e62194e8998141508af88 (diff)
downloadlibgit2-3aa351ea0fa0d9e8d155801cdac1e83d3b1717c1.tar.gz
error handling: move the missing parts over to the new error handling
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 325d0a61..17a70107 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -133,6 +133,8 @@ typedef enum {
GITERR_INDEX,
GITERR_OBJECT,
GITERR_NET,
+ GITERR_TAG,
+ GITERR_TREE,
} git_error_class;
/**