#include <errno.h>
#include <stdlib.h>
#include "error.h"
nps_errorType_t* npserror | ( | int | my_error | ) |
{
"Permission denied"
}
{
"Bad file descriptor"
}
{
"Device or resource busy"
}
{
"Numerical argument out of domain"
}
{
"File exists"
}
{
"File too large"
}
{
"Invalid argument"
}
{
"Input/output error"
}
{
"Is a directory"
}
{
"Too many open files"
}
{
"Too many links"
}
{
"Too many open files in system"
}
{
"No such file or directory"
}
{
"Cannot allocate memory"
}
{
"No space left on device"
}
{
"Not a directory"
}
{
"Inappropriate ioctl for device"
}
{
"Broken pipe"
}
{
"Numerical result out of range"
}
{
"Read-only file system"
}
{
"Illegal seek"
}
{
"Text file busy"
}
{
""
}