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 062c414 commit 90adc69Copy full SHA for 90adc69
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