1# promptAction 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## 100001 Internal Error 8 9**Error Message** 10 11Internal error. 12 13**Description** 14 15This error code is reported when an internal error that cannot be rectified by developers occurs. The internal error type is included in the error information. 16 17**Possible Causes** 18 19The operation for obtaining the rendering engine or parsing parameters fails. 20 21**Solution** 22 23N/A 24 25## 103301 Dialog Content Error 26 27**Error Message** 28 29Dialog content error. 30 31**Description** 32 33This error code is reported when there is an issue with the content node of the custom dialog box, which prevents the node from being rendered. 34 35**Possible Causes** 36 37The custom component node passed to the dialog box is empty or incorrect. 38 39**Solution** 40 41N/A 42 43## 103302 Custom Dialog Box Already Exists 44 45**Error Message** 46 47Dialog content already exists. 48 49**Description** 50 51This error code is reported when an attempt is made to open a custom dialog box that is already open. 52 53**Possible Causes** 54 55The custom dialog box associated with the content node is currently displayed. 56 57**Solution** 58 59N/A 60 61## 103303 Custom Dialog Box Not Found 62 63**Error Message** 64 65Dialog content not found. 66 67**Description** 68 69This error code is reported when an attempt is made to close or update a custom dialog box that is not open. 70 71**Possible Causes** 72 73The custom dialog box associated with the content node is not open. 74 75**Solution** 76 77N/A 78 79## 103401 Toast Not Found 80 81**Error Message** 82 83Toast not found. 84 85**Description** 86 87This error code is reported when an attempt is made to close a toast that is not being displayed. 88 89**Possible Causes** 90 91The toast has not been displayed or has already been closed. 92 93**Solution** 94 95N/A 96