.. py:exception:: RockyApiError Bases: :py:obj:`Exception` Provides the ``Exception`` class for an error generated in the API layer. .. !! processed by numpydoc !! .. py:currentmodule:: RockyApiError Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~with_traceback` - Exception.with_traceback(tb) -- .. tab-item:: Special methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~__delattr__` - Implement delattr(self, name). * - :py:attr:`~__dir__` - Default dir() implementation. * - :py:attr:`~__eq__` - Return self==value. * - :py:attr:`~__format__` - Default object formatter. * - :py:attr:`~__ge__` - Return self>=value. * - :py:attr:`~__getattribute__` - Return getattr(self, name). * - :py:attr:`~__gt__` - Return self>value. * - :py:attr:`~__hash__` - Return hash(self). * - :py:attr:`~__le__` - Return self<=value. * - :py:attr:`~__lt__` - Return self=value. .. !! processed by numpydoc !! .. py:method:: __getattribute__() Return getattr(self, name). .. !! processed by numpydoc !! .. py:method:: __gt__() Return self>value. .. !! processed by numpydoc !! .. py:method:: __hash__() Return hash(self). .. !! processed by numpydoc !! .. py:method:: __le__() Return self<=value. .. !! processed by numpydoc !! .. py:method:: __lt__() Return self