07.14.07
KErrWhat?
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