This error indicates that the SPF record for the domain contains a resursive loop in your SPF record. This means that one of your lookups has an include that includes a parent lookup.
Example:
spf=v1 include:domain1.com
domain1.com: include:domain2.com
domain2.com: include:domain1.com