We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eb187 commit 36185b3Copy full SHA for 36185b3
doc/api/n-api.md
@@ -269,7 +269,10 @@ Returns `napi_ok` if the API succeeded.
269
This API retrieves a `napi_extended_error_info` structure with information
270
about the last error that occured.
271
272
-**Note:** Do not rely on the content or format of any of the extended
+*Note*: The content of the `napi_extended_error_info` returned is only
273
+valid up until an n-api function is called on the same `env`.
274
+
275
+*Note*: Do not rely on the content or format of any of the extended
276
information as it is not subject to SemVer and may change at any time.
277
It is intended only for logging purposes.
278
0 commit comments