python.shotgun_model.errors module

exception CacheReadVersionMismatch[source]

Bases: python.shotgun_model.errors.ShotgunModelError

Indicates that a cache file is incompatible with this code

exception ShotgunModelDataError[source]

Bases: python.shotgun_model.errors.ShotgunModelError

Error used for all data storage related issues.

exception ShotgunModelError[source]

Bases: tank.errors.TankError

Base class for all shotgun model exceptions