1# AI Image Analyzer Error Codes 2 3> **NOTE** 4> 5> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../../errorcode-universal.md). 6 7## 110001 AI Image Analysis Not Supported 8 9**Error Message** 10 11Image analysis feature is unsupported. 12 13**Description** 14 15This error code is reported when **startImageAnalyzer()** is called while AI image analysis is not supported. 16 17**Possible Causes** 18 19An unsupported API is called. 20 21**Solution** 22 23N/A 24 25## 110002 AI Image Analysis Already In Progress 26 27**Error Message** 28 29Image analysis is currently being executed. 30 31**Description** 32 33This error code is reported when **startImageAnalyzer()** is called while the previous analysis session is still ongoing. 34 35**Possible Causes** 36 37The API is called at an incorrect time. 38 39**Solution** 40 41N/A 42 43## 110003 AI Image Analysis Terminated 44 45**Error Message** 46 47Image analysis is stopped. 48 49**Description** 50 51This error code is reported when **stopImageAnalyzer()** interrupts an ongoing analysis operation initiated by **startImageAnalyzer()**. 52 53**Possible Causes** 54 55The API is called at an incorrect time. 56 57**Solution** 58 59N/A 60