How to debug "dxc validation failed" error in DXR?

I’m running someone’s ggx global illumination code in DXR and in the closesthit shader

rayData.color = shadowMult * LdotN * lightIntensity * shadeData.diffuse / M_PI;

triggers validation error.

I have no idea what are the possible source of this bug…