| <name> | code | description |
| NULL | 00001 | "Null pointer" |
| NNUL | 00002 | "Non-null pointer" |
| ALOC | 00004 | "Memory allocation error" |
| FILE | 00010 | "Frame data files not found" |
| OPEN | 00020 | "Frame file open error" |
| READ | 00040 | "Frame file read error" |
| TIME | 00100 | "Invalid ADC offset time" |
| SIZE | 00200 | "Invalid vector length" |
| CHAN | 00400 | "Could not find ADC channel" |
| TYPE | 01000 | "Invalid ADC type" |
| RROR | 02000 | "Frame stream error" |
| DONE | 04000 | "End of frame data" |
FRAMESTREAMH_E<name>,
and the status descriptions in
FRAMESTREAMH_MSGE<name>. The source code with these messages is in FrameStream.h on line l.70.