![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | __init__ (self, enumeration, message) |
Public Attributes | |
| save_error | |
Static Public Attributes | |
| int | ERROR_UNKNOWN = 1 |
| int | ERROR_TRANSLATION_ERRORS = 2 |
| int | ERROR_INVALID_TU = 3 |
Represents an error that occurred when saving a TranslationUnit. Each error has associated with it an enumerated value, accessible under e.save_error. Consumers can compare the value with one of the ERROR_ constants in this class.
1.8.13