Record
DNS-error-payload
Defines the case payload type for DNS-error above:
record DNS-error-payload {
rcode: option<string>,
info-code: option<u16>,
}Fields
| Name | Type | Description |
|---|---|---|
| rcode | option<string> | |
| info-code | option<u16> |
Defines the case payload type for DNS-error above:
record DNS-error-payload {
rcode: option<string>,
info-code: option<u16>,
}| Name | Type | Description |
|---|---|---|
| rcode | option<string> | |
| info-code | option<u16> |