ExpReg and PwrReg will throw an ERR:DOMAIN when one of the lists contain a 0.
To check if your list contains a zero, use that command :
prod(List)
It will calculate the product of each term of your list. So if the list contains a 0, the product will automatically be 0.