Go to the source code of this file.
Classes | |
class | ErrorTarget |
ErrorTarget defines an interface for receiving Fennel row errors. More... | |
Enumerations | |
enum | ErrorLevel { ROW_ERROR = 1000, ROW_WARNING = 500 } |
Row error severity levels. More... |
enum ErrorLevel |
Row error severity levels.
Keep this consistent with net.sf.farrago.NativeRuntimeContext
Definition at line 35 of file ErrorTarget.h.
00036 { 00037 ROW_ERROR = 1000, 00038 ROW_WARNING = 500 00039 };