Mercurial > mm7
comparison lib/swig/swigwin-2.0.11/Lib/swigerrors.swg @ 1899:b3009adc0e2f
Adding swig, gitignore, hgignore
author | Nomad |
---|---|
date | Mon, 21 Oct 2013 10:42:27 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1867:eb580660bbbb | 1899:b3009adc0e2f |
---|---|
1 /* Errors in SWIG */ | |
2 #define SWIG_UnknownError -1 | |
3 #define SWIG_IOError -2 | |
4 #define SWIG_RuntimeError -3 | |
5 #define SWIG_IndexError -4 | |
6 #define SWIG_TypeError -5 | |
7 #define SWIG_DivisionByZero -6 | |
8 #define SWIG_OverflowError -7 | |
9 #define SWIG_SyntaxError -8 | |
10 #define SWIG_ValueError -9 | |
11 #define SWIG_SystemError -10 | |
12 #define SWIG_AttributeError -11 | |
13 #define SWIG_MemoryError -12 | |
14 #define SWIG_NullReferenceError -13 | |
15 | |
16 |