class PrepareMetadataException(Exception): """Prepare Metadata basic exception.""" class HydrationException(PrepareMetadataException): """Hydration endpoint has returned a specific error, meaning that it was impossible to match new fields with the data in the income file. Point to the inconsistent json file. """