NodejsRuntime.NodeEmbeddingStatus enumeration
C#
public enum NodeEmbeddingStatusValues
| name | value | description |
|---|---|---|
| OK | 0 | |
| GenericError | 1 | |
| NullArg | 2 | |
| BadArg | 3 | |
| OutOfMemory | 4 | |
| ErrorExitCode | 512 |
See Also
- class NodejsRuntime
- namespace Microsoft.JavaScript.NodeApi.Runtime