:py:mod:`kwcoco.exceptions` =========================== .. py:module:: kwcoco.exceptions Module Contents --------------- .. py:exception:: AddError Bases: :py:obj:`ValueError` Generic error when trying to add a category/annotation/image .. py:exception:: DuplicateAddError Bases: :py:obj:`ValueError` Error when trying to add a duplicate item .. py:exception:: InvalidAddError Bases: :py:obj:`ValueError` Error when trying to invalid data .. py:exception:: CoordinateCompatibilityError Bases: :py:obj:`ValueError` Error when trying to perform operations on data in different coordinate systems.