shuup.importer package¶
Subpackages¶
Submodules¶
shuup.importer.apps module¶
shuup.importer.exceptions module¶
-
exception
shuup.importer.exceptions.ImporterError(message, code=None, params=None)[source]¶ Bases:
django.core.exceptions.ValidationErrorThe
messageargument can be a single error, a list of errors, or a dictionary that maps field names to lists of errors. What we define as an “error” can be either a simple string or an instance of ValidationError with its message attribute set, and what we define as list or dictionary can be an actuallistordictor an instance of ValidationError with itserror_listorerror_dictattribute set.