1 %feature("docstring") gum::Exception::errorContent
2 "
3 Returns
4 -------
5 str
6 	the error content
7 "
8 
9 %feature("docstring") gum::Exception::errorType
10 "
11 Returns
12 -------
13 str
14 	the error type
15 "
16 
17 %feature("docstring") gum::Exception::errorCallStack
18 "
19 Returns
20 -------
21 str
22 	the error call stack
23 "