nng_error | R Documentation |
Translate integer exit codes generated by the NNG library. All package
functions return an integer exit code on error rather than the expected
return value. These are classed 'errorValue' and may be checked by
is_error_value()
.
nng_error(xc)
xc |
integer exit code to translate. |
A character string comprising the error code and error message
separated by '|'
.
nng_error(1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.