Skip to content

Commit 39a4725

Browse files
Add EDE 30 to extended dns error codes
1 parent 11d6aca commit 39a4725

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/1.1.1.1/infrastructure/extended-dns-error-codes.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ slug: 1.1.1.1/infrastructure/extended-dns-error-codes
108108
<td><code>EDE: 23 (Network Error): (1.1.1.1:53 rcode=SERVFAIL for example.com. A)</code></td>
109109
<td>1.1.1.1 could not determine a network path to the upstream nameservers, or the nameserver did not respond. If this issue persists, reach out to the <a href="https://community.cloudflare.com/c/reliability/dns-1111/47">community forum</a>.</td>
110110
</tr>
111+
<tr>
112+
<td>30</td>
113+
<td>Invalid Query Type</td>
114+
<td><code>EDE: 30 (Invalid Query Type): Invalid Query Type</code></td>
115+
<td>The record type in the request can't give a valid answer. If this is returned for standard query types, such as A or AAAA records, please reach out to the <a href="https://community.cloudflare.com/c/reliability/dns-1111/47">community forum</a>.</td>
116+
</tr>
111117
</tbody>
112118
</table>
113119

0 commit comments

Comments
 (0)