MiniSEEDError¶
- exception pymseed.MiniSEEDError(status_code, message=None)[source]¶
Bases:
PymseedErrorException for libmseed return values.
status_codeis the raw libmseed return value. Negative values are error codes; the meaning of a positive value depends on the function that produced it, so callers passing one supply their ownmessage.