Does anyone know how to find a list of all the possible error codes thrown by the ostest
utility, and their meanings? I noticed this to be a common problem for people, where they ask about an OCUnit failure with some code 138 or 139 that is completely opaque to them, and somebody who has encountered that particular error number points out an obvious problem which the asker could have easily identified if they knew what to look for.
But Google, ADC, and the man pages all seem to be silent about these error codes. I was hoping somebody had a list or a header file that outlined all of them. Not only would it help resolve my particular issue now (getting a mysterious 132), but I think it would be of general interest.
Thanks!