Difference between revisions of "CAEngine::ErrorText"
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
− | = {get} string ErrorCode = | + | = {get} string ErrorCode = <!--T:1--> |
+ | <!--T:2--> | ||
Short text explanation of error from [[CAEngine::ErrorCode | ErrorCode]]. | Short text explanation of error from [[CAEngine::ErrorCode | ErrorCode]]. | ||
− | = Data type = | + | = Data type = <!--T:3--> |
+ | <!--T:4--> | ||
:string | :string | ||
− | = Access = | + | = Access = <!--T:5--> |
+ | <!--T:6--> | ||
:read | :read | ||
− | = Usage = | + | = Usage = <!--T:7--> |
− | Dim x As String | + | <!--T:8--> |
+ | Dim x As String | ||
x = ADE.ErrorText | x = ADE.ErrorText | ||
− | = See Also = | + | = See Also = <!--T:9--> |
+ | <!--T:10--> | ||
* [[CAEngine::ErrorCode]] | * [[CAEngine::ErrorCode]] | ||
* [[Analytica Decision Engine (ADE) API]] | * [[Analytica Decision Engine (ADE) API]] | ||
</translate> | </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