Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sjb64
Roku Guru

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.
0 Kudos
2 REPLIES 2
RokuMarkn
Visitor

Re: Error Codes

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
0 Kudos
sjb64
Roku Guru

Re: Error Codes

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.
0 Kudos