| igraph Reference Manual |
|---|
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. |
<< 3.1. igraph_error_type_t — Error code type. |
4. Advanced topics >> |