mmmd_error_str()

Get an English phrase describing the specified error code.

Synopsis:

#include <mm/md_errors.h>
const char* mmmd_error_str( mmmd_errcode_t errcode )

Arguments:

errcode

The code of the error you want a descriptive phrase for

Library:

libmd

Description:

This function returns a simple description of the specified error code.

Returns:

A pointer to a string containing the error phrase (always non-NULL)