Fennel: /home/pub/open/dev/fennel/exec/ErrorTarget.h File Reference (original) (raw)

Row error severity levels.

Keep this consistent with net.sf.farrago.NativeRuntimeContext

Enumerator:

| ROW_ERROR | | | -------------- | | | ROW_WARNING | |

Definition at line 35 of file ErrorTarget.h.

00036 { 00037 ROW_ERROR = 1000, 00038 ROW_WARNING = 500 00039 };