error code

Login to reply to this topic.
Wed, 2005-07-06 17:24
Joined: 2005-03-30
Forum posts: 206
does someone nows where can i find error:
-17210

and or what does it mean?



i get it in http client

thanks

guda


Thu, 2005-07-07 06:23
Joined: 2005-04-20
Forum posts: 34
Re: error code
Hi,

Could you please eloborate/

Thanks
Pavan

Shoot for the moon. Even if you miss, you'll land among the stars.

Pavan

Thu, 2005-07-07 08:20
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 721
Re: error code
Look for this string in \epoc32\include\*.h.

Code:
/**
socket errors

The value -17210 is taken from the range allocated for Esock (beginning at -17200)
A gap has been left between the currently existing vals and this one.

@publishedAll
@released
*/
const TInt KErrConnectionTerminated=-17210;

Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

  • Login to reply to this topic.