We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388072e commit 24f45e1Copy full SHA for 24f45e1
README.md
@@ -113,9 +113,11 @@ in an HTTP response.
113
114
_Type_: `object`
115
116
-Options have the same shape as the return value. They can be passed either as an
117
-argument to [`errorHttpResponse()`](#errorhttpresponseerror-options) or be set
118
-to `error.http`.
+The options and the return value have the same shape
+([RFC 7807](https://www.rfc-editor.org/rfc/rfc7807)). Options can be passed
+either as an argument to
119
+[`errorHttpResponse()`](#errorhttpresponseerror-options) or be set to
120
+`error.http`.
121
122
Options are validated: an exception is thrown if their syntax is invalid.
123
0 commit comments