Currently the series store returns a error that is not very descriptive.
errCardinalityExceeded = errors.New("cardinality limit exceeded")
This makes debugging a series store cardinality error difficult. It doesn't have good logs to show that it was the series store throwing this error. Also the cardinality limit for the series store is configured in a separate package from the other limits in the project.