3.2. igraph_strerror — Textual description of an error.

const char* igraph_strerror(const int igraph_errno);

This is a simple utility function, it gives a short general textual description for an igraph error code.

Arguments: 

igraph_errno:

The igraph error code.

Returns: 

pointer to the textual description of the error code.