F.3. para_errstr

Returns an error message.

Synopsis. 

#include <parabellym/api.h>

const char * para_errstr(int code);

Arguments. 

code
The code of the error, a negative value returned by any other library function.

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.