Write a python function, find_ten_substring(num_str) which accepts a string and returns the list of 10-substrings of that string. Handle the possible errors in the code written inside the function.