Hi,
I'm trying to get the Exit Codes, when a call ends. By now, I've got:
0 = KErrNone;
- 281085907
- 65536
-279971796
Can somebody give my a hint, where I can find the documentation to these errors?
Thanks
Arne
Hi,
I'm trying to get the Exit Codes, when a call ends. By now, I've got:
0 = KErrNone;
- 281085907
- 65536
-279971796
Can somebody give my a hint, where I can find the documentation to these errors?
Thanks
Arne
Hi ArneH,
You can check the error codes by converting them to a hex value and looking into e32std.h file. You can find this file in your "include" directory. For example:
Symbian\7.0s\Series60_v20\Epoc32\include\E32STD.H
If you get some system panic, you can check the error code by looking into Symbian developer library:
» Developer Library » API Reference » System panic reference
There you can choose category and find the error code you got.
I hope this can help you.
Hi sasa,
thank you for your answer.
I've already looked at e32std.h the Codes are not documented there.
I've also got the error code list from newlc.com, but they aren't documented there, too.
for now, I think:
0 = KErrNone: I terminated the call
- 65536: called partner terminated the call
- 281085907: appears when you got out of coverage and the call dropps
- 279971796: appears when called partner sends a busy signal
but I can't find any documentation of this, so it is not proofed.
For others searching on this, the solution is here:
http://discussion.forum.nokia.com/fo...d=1#post486523
Liberate yourself from the enslavement of World Monopoly!