Browse
 
Tools
Rss Categories

LV_SRE_ReturnErrorString

Reference Number: AA-00718 Views: 10824 0 Rating/ Voters

Provides a textual description of an error code.

Function

  • const char* LV_SRE_ReturnErrorString(int error_code)

Parameters

error_code

The error code for which you need a description.

Return Values

A null-terminated static string describing the error code.

Remarks

If the error_code is not a valid error code, the string "Invalid Error Code" is returned.

See Also