1# Accessibility 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## 9300001 Invalid Bundle Name or Ability Name 8 9**Error Message** 10 11Invalid bundle name or ability name. 12 13**Description** 14 15This error code is reported when the entered bundle name or ability name is invalid. 16 17**Possible Causes** 18 19 201. The bundle name does not exist. 212. The bundle does not contain the target ability. 22 23**Solution** 24 251. Verify the bundle name. 262. Check whether the ability name corresponding to the bundle name is correct. 27 28## 9300002 Target Ability Already Enabled 29 30**Error Message** 31 32Target ability already enabled. 33 34**Description** 35 36This error code is reported when the target ability is already enabled. 37 38**Possible Causes** 39 40The target ability is already enabled and cannot be enabled again. 41 42**Solution** 43 441. Stop the target Ability. 452. Re-enable the target ability. 46 47## 9300003 No Accessibility Permission to Perform the Operation 48 49**Error Message** 50 51Do not have accessibility right for this operation. 52 53**Description** 54 55This error code is reported when an application performs an accessibility operation for which the related permission has not been granted. 56 57**Possible Causes** 58 59The permission for performing the accessibility operation is not granted when the accessibility application is enabled. 60 61**Solution** 62 631. Request from the user the permission for performing the accessibility operation, stating the reason for the request. 642. Have the accessibility application re-enabled and the required accessibility operation enabled. 65 66## 9300004 Attribute Not Found 67 68**Error Message** 69 70This property does not exist. 71 72**Description** 73 74This error code is reported when the entered attribute of the accessibility element does not exist. 75 76**Possible Causes** 77 78The attribute does not exist in the accessibility element. 79 80**Solution** 81 82Make sure the accessibility element has the target attribute. 83 84## 9300005 Operation Not Supported 85 86**Error Message** 87 88This action is not supported. 89 90**Description** 91 92This error code is reported when the application performs an operation that is not supported by the accessibility element. 93 94**Possible Causes** 95 96The accessibility element does not support the target operation. 97 98**Solution** 99 100Make sure the operation is included in the list of operations supported by the accessibility element. 101