pychunked_data_view.exceptions#

Exceptions#

InternalError

Indicates an internal error.

MarsRequestFormattingError

Unspecified run-time error.

Module Contents#

exception InternalError#

Bases: 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.

exception MarsRequestFormattingError#

Bases: RuntimeError

Unspecified run-time error.

Initialize self. See help(type(self)) for accurate signature.