summaryrefslogtreecommitdiff
path: root/tikzit/src/common/NSError+Tikzit.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-10 16:16:25 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-10 16:16:25 +0000
commit84d4bc6f0f38e237f2a40faaf75e921211ab0ac6 (patch)
treed3a644fed47ea2b24cf6c9a50480bd766f036bc9 /tikzit/src/common/NSError+Tikzit.h
parent4f15081a2cdf33c1ec6ba8c3c90ae81a7d4b42e8 (diff)
Better parse error reporting
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@424 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/src/common/NSError+Tikzit.h')
-rw-r--r--tikzit/src/common/NSError+Tikzit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tikzit/src/common/NSError+Tikzit.h b/tikzit/src/common/NSError+Tikzit.h
index a82db4d..0f45fba 100644
--- a/tikzit/src/common/NSError+Tikzit.h
+++ b/tikzit/src/common/NSError+Tikzit.h
@@ -25,7 +25,8 @@ enum {
TZ_ERR_BADFORMAT,
TZ_ERR_IO,
TZ_ERR_TOOL_FAILED,
- TZ_ERR_NOTDIRECTORY
+ TZ_ERR_NOTDIRECTORY,
+ TZ_ERR_PARSE
};
NSString* const TZToolOutputErrorKey;