| <name> | code | description |
| NUL | 1 |
"Unexpected null pointer in arguments" |
| OUT | 2 |
"Output handle points to a non-null pointer" |
| MEM | 3 |
"Memory allocation error" |
| LEN | 4 |
"No numbers were read" |
| SLEN | 5 |
"Not enough numbers read to fill sequence" |
| VLEN | 6 |
"Could not determine complex vectorLength" |
| DLEN | 7 |
"Dimension lengths inconsistent or not given" |
| DIM | 8 |
"Inconsistent or non-positive arrayDim value" |
| FMT | 9 |
"Badly formatted number" |
| BUF | 10 |
"BUFFSIZE not a multiple of largest complex type size" |
STREAMINPUTH_E<name>,
and the status descriptions in
STREAMINPUTH_MSGE<name>. The source code with these messages is in StreamInput.h on line l.91.