Lucy
view release on metacpan or search on metacpan
cfcore/Lucy/Store/ErrorMessage.c view on Meta::CPAN
msg = "Invalid slot";
break;
#endif
#ifdef EBFONT
case EBFONT:
msg = "Bad font file format";
break;
#endif
#ifdef EBUSY
case EBUSY:
msg = "Device or resource busy";
break;
#endif
#ifdef ECANCELED
case ECANCELED:
msg = "Operation Canceled";
break;
#endif
#ifdef ECHILD
case ECHILD:
msg = "No child processes";
cfcore/Lucy/Store/ErrorMessage.c view on Meta::CPAN
msg = "Connection timed out";
break;
#endif
#ifdef ETOOMANYREFS
case ETOOMANYREFS:
msg = "Too many references: cannot splice";
break;
#endif
#ifdef ETXTBSY
case ETXTBSY:
msg = "Text file busy";
break;
#endif
#ifdef EUCLEAN
case EUCLEAN:
msg = "Structure needs cleaning";
break;
#endif
#ifdef EUNATCH
case EUNATCH:
msg = "Protocol driver not attached";
( run in 0.267 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )