mkl_vsl_defines.h (2019.1.144) contains two defines:
#define VSL_CC_ERROR_PRECISION (-2400)
#define VSL_CC_ERROR_METHOD (-2400)
with the same value. Is this an error?
Taking into account these defines:
#define VSL_CC_ERROR_TYPE (-2130)
#define VSL_CC_ERROR_EXTERNAL_PRECISION (-2141)
#define VSL_CC_ERROR_INTERNAL_PRECISION (-2142)
VSL_CC_ERROR_PRECISION should probably be equal to 2140.