libmseed 3.2.3
The miniSEED data format library
Loading...
Searching...
No Matches

Common error codes returned by library functions. Error values will always be negative. More...

Macros

#define MS_ENDOFFILE   1
 End of file reached return value.
#define MS_NOERROR   0
 No error.
#define MS_GENERROR   -1
 Generic unspecified error.
#define MS_NOTSEED   -2
 Data not SEED.
#define MS_WRONGLENGTH   -3
 Length of data read was not correct.
#define MS_OUTOFRANGE   -4
 SEED record length out of range.
#define MS_UNKNOWNFORMAT   -5
 Unknown data encoding format.
#define MS_STBADCOMPFLAG   -6
 Steim, invalid compression flag(s).
#define MS_INVALIDCRC   -7
 Invalid CRC.

Detailed Description

Common error codes returned by library functions. Error values will always be negative.

See also
ms_errorstr()