Error Codes

Am working on an area of my code using roStreamSocket, and in one spot am getting error 32 (have also seen a 104) on Send (using Status()). Where can I get a list of these codes and what they actually mean, I’ve looked in the docs either I’ve missed them or they’re not listed.

Those are standard Linux errno values. You can find the descriptions on the web; for example: http://www-numi.fnal.gov/offline_softwa … rrors.html

–Mark

Thanks, being a Windows programmer I didn’t think of that, checked the WinErr codes but they’re 5 digit so didn’t match, should have thought of Linux.