Source code for onboarding.errors

[docs] class AlreadyExistsError(Exception): """ Raised if a product of an onboarding process exists already. """