MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leSetErrorMessage Function
MPLAB® Harmony Graphics Suite
leSetErrorMessage Function

Sets the library global error message.

C
void leSetErrorMessage(
    const char* msg
);
Parameters
Parameters 
Description 
const char* msg 
the error message 
MPLAB® Harmony Graphics Suite