VLC  3.0.15
Functions
error.c File Reference
Include dependency graph for error.c:

Functions

const char * vlc_error (int i_err)
 

Function Documentation

◆ vlc_error()

const char* vlc_error ( int  i_err)

< No error

< Not enough memory

< Timeout

< Module not found

< Object not found

< Variable not found

< Bad variable value

< Unspecified error

References VLC_EBADVAR, VLC_EGENERIC, VLC_ENOMEM, VLC_ENOMOD, VLC_ENOOBJ, VLC_ENOVAR, VLC_ETIMEOUT, and VLC_SUCCESS.