1# XComponent 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## 103501 XComponent in Invalid State 8 9**Error Message** 10 11XComponent is in invalid state. 12 13**Description** 14 15This error code is reported when the **XComponent** is in an invalid or unsupported state. 16 17**Possible Causes** 18 19Refer to the specific documentation of the API that triggers this error. 20 21**Solution** 22 23Ensure that the Surface held by the **XComponent** is in a normal state. 24