RFC Errata
RFC 8040, "RESTCONF Protocol", January 2017
Note: This RFC has been updated by RFC 8527
Source of RFC: netconf (ops)See Also: RFC 8040 w/ inline errata
Errata ID: 7311
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Per Andersson
Date Reported: 2023-01-18
Verifier Name: Robert Wilton
Date Verified: 2024-01-12
Section 7 says:
+-------------------------+------------------+ | error-tag | status code | +-------------------------+------------------+ (...) | unknown-attribute | 400 | | | | | bad-element | 400 | (...)
It should say:
+-------------------------+------------------+ | error-tag | status code | +-------------------------+------------------+ (...) | unknown-attribute | 400 | | | | | missing-element | 400 | | | | | bad-element | 400 | (...)
Notes:
Add missing-element to the table Mapping from <error-tag> to Status Code
in Section 7.
The NETCONF error-tag missing-element is not listed in the table mapping
error-tag to HTTP status code. This seems to be a mistake since all other
error-tags are listed (even the obsolete partial-operation which should not
be used according to RFC 6241).