cs_strerror

Return a string describing given error code.

@code: error code (see CS_ERR_* above)

@return: returns a pointer to a string that describes the error code passed in the argument @code

extern (C)
const(char)*
cs_strerror

Meta