We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7332e7e commit 4c43ff2Copy full SHA for 4c43ff2
doc/api/n-api.md
@@ -269,6 +269,9 @@ 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 occurred.
271
272
+*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.
0 commit comments