Error String for cufft?

I’ve posted my question here http://forums.nvidia.com/index.php?showtopic=196044 but seems like no one knows anything about it there (I might have posted it in the wrong section).
So is there a getErrorString function for CUFFT that should work like the cudaGetErrorString(e) function? How do you get the errors from CUFFT besides waiting for it to crash?
Currently I can only refer to the cufft.h file to find out what are the errors available, while the CUFFT programming manual has some mistakes where the CUFFT_UNALIGNED_DATA is actually not available anymore.