07.14.07

KErrWhat?

Posted in Python, Symbian, c++ at 9:57 pm by Twm

I got absolutely sick of looking up Symbian leave codes and was glad to come across a list on newlc.
http://newlc.com/Symbian-OS-Error-Codes.html

To ease the lookup further, here is a python script which scapes the website into a database and allows you to lookup error codes from the command line.

e.g:

C:\kerrwhat -12
KErrPathNotFound [Unable to find the specified folder]

Link: The Source

Leave a Comment

You must be logged in to post a comment.