pychunked_data_view.exceptions ============================== .. py:module:: pychunked_data_view.exceptions Exceptions ---------- .. autoapisummary:: pychunked_data_view.exceptions.InternalError pychunked_data_view.exceptions.MarsRequestFormattingError Module Contents --------------- .. py:exception:: InternalError Bases: :py:obj:`Exception` Indicates an internal error. You will only see this exception if there is something broken inside pychunked_data_view. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: MarsRequestFormattingError Bases: :py:obj:`RuntimeError` Unspecified run-time error. Initialize self. See help(type(self)) for accurate signature.