diff --git a/wit-0.3.0-draft/types.wit b/wit-0.3.0-draft/types.wit index 0f0e838..95d4db2 100644 --- a/wit-0.3.0-draft/types.wit +++ b/wit-0.3.0-draft/types.wit @@ -75,8 +75,10 @@ interface types { /// Defines the case payload type for `DNS-error` above: record DNS-error-payload { - rcode: option, - info-code: option + /// An indication of the reason for the DNS error, if known. + /// + /// This string is meant only for human consumption, and not for machine parsing. + reason: option, } /// Defines the case payload type for `TLS-alert-received` above: