getErrorString: Get the libNVVM string corresponding to an nvvmResult status...

Description Usage Arguments Value Author(s) References See Also Examples

Description

This function allows us to retrieve a string describing the general nature of a particular type of error in libNVVM. There are various different types of errors, indicated by the (non-exported) nvvmResult enumeration type. When we get an error from a libNVVM function, this error message is contained in the error object.

Usage

1

Arguments

result

the nvvmResult value

Value

A string.

Author(s)

Duncan Temple Lang

References

libNVVM documentation

See Also

compileProgram and related functions

Examples

1
sapply(Rnvvm:::nvvmResultValues, getErrorString)

duncantl/Rnvvm documentation built on May 15, 2019, 5:56 p.m.