Difference between revisions of "CAEngine::ErrorText"
(Redirected page to CAEngine::ErrorCode) |
(Marked this version for translation) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:ADE User Guide]] | |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]] | ||
+ | <languages /> | ||
+ | <translate> | ||
+ | |||
+ | = {get} string ErrorCode = <!--T:1--> | ||
+ | |||
+ | <!--T:2--> | ||
+ | Short text explanation of error from [[CAEngine::ErrorCode | ErrorCode]]. | ||
+ | |||
+ | = Data type = <!--T:3--> | ||
+ | |||
+ | <!--T:4--> | ||
+ | :string | ||
+ | |||
+ | = Access = <!--T:5--> | ||
+ | |||
+ | <!--T:6--> | ||
+ | :read | ||
+ | |||
+ | = Usage = <!--T:7--> | ||
+ | |||
+ | <!--T:8--> | ||
+ | Dim x As String | ||
+ | x = ADE.ErrorText | ||
+ | |||
+ | = See Also = <!--T:9--> | ||
+ | |||
+ | <!--T:10--> | ||
+ | * [[CAEngine::ErrorCode]] | ||
+ | * [[Analytica Decision Engine (ADE) API]] | ||
+ | </translate> |
Latest revision as of 18:16, 15 June 2015
ADE User Guide > ADE Server Class Reference > CAEngine
{get} string ErrorCode
Short text explanation of error from ErrorCode.
Data type
- string
Access
- read
Usage
Dim x As String x = ADE.ErrorText
See Also
Comments
Enable comment auto-refresher