Learn R Programming

TreeSearch (version 0.2.2)

mpl_translate_error: Converts a numeric error code to human-readable format

Description

Converts a numeric error code to human-readable format

Usage

mpl_translate_error(errorCode)

Arguments

errorCode

Non-positive integer to be converted

Value

A character string corresponding to the provided error code

Examples

Run this code
# NOT RUN {
mpl_translate_error(-1) # "ERR_INVALID_SYMBOL"

# }

Run the code above in your browser using DataLab