Invalid limit error
static String invalidLimit(int limit, int maxLimit) => 'Limit must be between 1 and $maxLimit, got: $limit';