包 | com.adobe.solutions.exm.runtime.impl |
类 | public class MessageCodes |
继承 | MessageCodes Object |
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
EXP_EVAL_DUPLICATE_VAR : String = "ASA-EXM-020-002-002" [静态]
Message indicating that variable resolver found muliple matches for a given variable name. | MessageCodes | ||
EXP_EVAL_FUNCTION_MISSING : String = "ASA-EXM-020-003-001" [静态]
Message indicating that given function name cannot be mapped to a valid function. | MessageCodes | ||
EXP_EVAL_INVALID_EXPRESSION : String = "ASA-EXM-020-001-001" [静态]
Message indicating that the given expression is invalid. | MessageCodes | ||
EXP_EVAL_VAR_MISSING : String = "ASA-EXM-020-002-001" [静态]
Message indicating a variable in an expression cannot be resolved. | MessageCodes | ||
EXP_EVAL_VAR_RESOLVER_MISSING : String = "ASA-EXM-020-002-005" [静态]
Message indicating that expression manager has not been initialized with a variable resolver. | MessageCodes |
属性详细信息
EXP_EVAL_DUPLICATE_VAR | 属性 |
public static var EXP_EVAL_DUPLICATE_VAR:String = "ASA-EXM-020-002-002"
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Message indicating that variable resolver found muliple matches for a given variable name.
EXP_EVAL_FUNCTION_MISSING | 属性 |
public static var EXP_EVAL_FUNCTION_MISSING:String = "ASA-EXM-020-003-001"
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Message indicating that given function name cannot be mapped to a valid function.
EXP_EVAL_INVALID_EXPRESSION | 属性 |
public static var EXP_EVAL_INVALID_EXPRESSION:String = "ASA-EXM-020-001-001"
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Message indicating that the given expression is invalid.
EXP_EVAL_VAR_MISSING | 属性 |
public static var EXP_EVAL_VAR_MISSING:String = "ASA-EXM-020-002-001"
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Message indicating a variable in an expression cannot be resolved.
EXP_EVAL_VAR_RESOLVER_MISSING | 属性 |
public static var EXP_EVAL_VAR_RESOLVER_MISSING:String = "ASA-EXM-020-002-005"
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Message indicating that expression manager has not been initialized with a variable resolver.
Tue Jun 12 2018, 11:04 AM Z