• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# AIP 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## 31300000 Internal Error
8
9**Error Message**
10
11Inner error.
12
13**Description**
14
15An internal service error occurs when an ArkData Intelligence Platform (AIP) interface is called.
16
17**Possible Causes**
18
19The internal service is in abnormal status. For example, the application calls **getEmbedding()** without loading the embedding model.
20
21**Solution**
22
231. Check whether the APIs are called correctly. If not, apply necessary corrections.
242. Try again at specific intervals, for example, at 1s intervals or at exponentially increasing intervals. If the problem persists, ask the user to restart or update the application or update the device.
25