I am using C++ MIP sdk (version 1.8) to apply MIP tags on data files from my JAVA application using JNI (because java MIP sdk does not have support for RHEL). But right now I am testing on Windows only.
When I am applying classification label for unsupported file types like .txt or .pst or .png file formats. Except for .png I always get error code "mipns::ErrorType::NOT_SUPPORTED_OPERATION" but for .png files I am getting error code "mipns::ErrorType::INTERNAL_ERROR". As I want to show these stats to the end user where I am differentiating the errors due to unsupported file types for mip classification vs any other processing errors.
Can someone please confirm if this is some error within MIP sdk or am I doing something wrong here.