CAEngine::ErrorCode

Revision as of 07:17, 16 October 2015 by Jhuawen (talk | contribs) (Created page with "= 错误代码 = {| style="text-align:left;align:top" !0 | OK |- !1 | 未执行 |- !2 | 警告 |- !3 | 词汇错误 |- !4 | 语句错误 |- !5 | 表达式...")

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

{get} int ErrorCode

返回最近一次与ADE服务器通讯产生的错误代码。ErrorCode属性应该在设置和检索关键 CAEngine属性和调用CAEngine方法后检查。零错误代码表示最后的动作是成功的。

数据类型

integer(整型)

访问

read(读取)

用法

Dim x As Integer
x = ADE.ErrorCode

错误代码

0 OK
1 未执行
2 警告
3 词汇错误
4 语句错误
5 表达式错误
6 执行错误
7 系统错误
8 严重错误
9 未定义变量错误
10 终止
11 Analytica到期 -- 连续 Lumina
12 内存不足
13
14
15
16
17
18
19
20 Analytica未初始化
21 错误参数传递
22 值在索引中未找到
23 无效索引位置
24 下标必须是一个数组变量
25 下标无法访问
26 下标数组的下界无法获取
27 下标数组的上界无法获取
28 最少指定表格中一个元素
29 指定位置在界限之外
30 位置不存在
31 指定的表格位置无效
32 索引对象未找到
33 指定的索引数字无效
34 定义表未找到
35 属性不能检索
36 属性不能设定
37 不能检索结果
38 无法获取结果表
39 没找到模块/模型/下标
40 对象未能建立
41 对象名称无效
42 对象名称已经被使用
43 当前模块不能被检索
44 模块不能被设定
45 模型不能建立
46 模型/模块无法保存
47 无效指令
48 无效对象类型
49 内存中没有要保存的模型
50 安全数组尺寸或者维数不正确
51 元素位置为非数字
52 指定的名称不是数组的一个索引
53 内存不足
54 无法识别的MIME类型
55 值不是基元值
56 操作只允许在结果CATable上进行,不允许在定义表上进行
57 第一个参数不是一个IStream*
58 下标数组包含的元素数量不正确。每一个维度必须是一个元素。
59 CATable与对象未关联, 因此不能更新
60 结果表只能读取
61 Expression could not be parsed
62 Error evaluating expression
63 GraphWidth and GraphHeight must be positive.
64 Value is atomic (not an array). To get value, use AtomicValue method.
65 Index value could not be computed
66 No picture stored with object
67 Internal picture format not supported
68 Filename too long
69 Result cannot be graphed.
70 Definition is Hidden
71 The maximum number of CAEngine instances allowed by license are already in use.
72 Invalid license code
73 Stale license code
74 Expired license code
75 No ADE license code is present. Re-install ADE.
76 Not an application license code.
77 Method Evaluation Time Limit exceeded
78 Computation aborted
79 License Code is not valid for this computer. If the hardware or network configuration of your computer has changed, you will need to re-enter a fresh license code. Run ""ADE.EXE /RegServer"" to re-enter. and visit http://lumina.com/ana/staleLicense.htm to freshen a stale license code.
80 Linked module not found
81 License code is not valid for 64-bit edition
82 Must include at least one index to CreateDefTable
83 Operation allowed only on a definition table, not a result table
84 The license for ADE is not valid for this computer

另请参考

Comments


You are not allowed to post comments.