:py:mod:`dissect.etl.exceptions` ================================ .. py:module:: dissect.etl.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: InvalidBufferError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidHeaderError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidMarkerError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidRecordError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: ManifestNotFoundError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: ExtendedDataItemException Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidHookIdException Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: NoMoreEventsError Bases: :py:obj:`Error` Common base class for all non-exit exceptions.