Returns an error message.
Synopsis.
#include <parabellym/api.h> const char * para_errstr(int code);
Arguments.
Access.
Unrestricted.
Description.
Returns a message that verbally describes the error. The returned messages are short descriptions in English. Note that the returned string is constant; never attempt to release or modify it.