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 11AI analysis 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 in Progress 26 27**Error Message** 28 29AI analysis is ongoing. 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 a wrong time. 38 39**Solution** 40 41N/A 42