mmmd_error_str()

Get a phrase describing the specified error code

Synopsis:

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

Arguments:

errcode
An mmmd_errcode_t constant representing the error that you want a descriptive phrase for.

Library:

libmd

Returns:

A pointer to a string containing the error phrase (this value is always non-null).