#define IPINTEL_RATE_LIMIT_MINUTE "minute" #define IPINTEL_RATE_LIMIT_DAY "day" /// An internal error occurred and the query cannot be processed #define IPINTEL_UNKNOWN_INTERNAL_ERROR "unknown_internal_error" /// An error occurred with the query and the result is unknown #define IPINTEL_UNKNOWN_QUERY_ERROR "unknown_query_error" /// Cannot query as we are rate limited for the rest of the day #define IPINTEL_RATE_LIMITED_DAY "rate_limited_day" /// Cannot query as we are rate limited for the rest of the minute #define IPINTEL_RATE_LIMITED_MINUTE "rate_limited_minute" /// The IP address is a VPN or bad IP #define IPINTEL_BAD_IP "bad_ip" /// The IP address is not a VPN or bad IP #define IPINTEL_GOOD_IP "good_ip"