Module | Services | Data types | Constants |
---|---|---|---|
ipv6 | IpConnectivity IpConnectivityResult |
SUCCESS_IPV6 | 1 |
Connection test was a result and was made over IPv6 |
SUCCESS_IPV4 | 2 |
Connection test was a result and was made over IPv4 |
SUCCESS_UNKNOWN | 3 |
* Connection test was a result and it was not possible to determine which * protocol was used * |
NET_ERROR | 4 |
Connection test experienced an error (XHR.onerror) |
LOAD_ERROR | 5 |
Connection test experienced an error (Non-200 response) |
TIMEOUT | 6 |
Connection test timed out on the client |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | ipv4 | IpConnectivityResult | The IP connectivity result from a server with only A records | required | |
2 | dual | IpConnectivityResult | The IP connectivity result from a server with both A and AAAA records | required | |
3 | ipv6 | IpConnectivityResult | The IP connectivity result from a server with only AAAA records | required |