In the process of converting an app from 10.2.5 to v100 SDK. Getting tons of these types of errors when my feature table queries are running:
ArcGIS Runtime Error Occurred. Set a breakpoint on C++ exceptions to see the original callstack and context for this error: Error Domain=com.esri.arcgis.runtime.error Code=2 "Invalid argument" UserInfo={NSLocalizedFailureReason=value's type doesn't match the vector's value type., NSLocalizedDescription=Invalid argument, Additional Message=value's type doesn't match the vector's value type.}
Error code 2 is sort of a generic invalid argument thing.
Can anyone tell me what vector this error is referring to?