Packagecom.cyntaxic.cynmvc.controller.enums
Classpublic class ErrorCodes
InheritanceErrorCodes Inheritance Object

The ErrorCodes class is an enumeration of constant values used for errors thrown by the CynError class.



Public Constants
 ConstantDefined By
  E_1000 : ErrorCodeVO
[static] Used to specify when a property is improperly set more than once.
ErrorCodes
  E_1001 : ErrorCodeVO
[static] Used to specify when a DisplayObject at index is not of a CynView type.
ErrorCodes
  E_1002 : ErrorCodeVO
[static] Used to specify when any event listening function such as addEventListener, removeEventListener and hasEventListener has been attempted to be called on the contoller.
ErrorCodes
  E_1003 : ErrorCodeVO
[static] Used to specify when abstract enforcement hasn't be satisfied.
ErrorCodes
  E_1004 : ErrorCodeVO
[static] Used to specify when CynView is attempted to be used directly.
ErrorCodes
Constant Detail
E_1000Constant
public static const E_1000:ErrorCodeVO

Used to specify when a property is improperly set more than once.

E_1001Constant 
public static const E_1001:ErrorCodeVO

Used to specify when a DisplayObject at index is not of a CynView type.

E_1002Constant 
public static const E_1002:ErrorCodeVO

Used to specify when any event listening function such as addEventListener, removeEventListener and hasEventListener has been attempted to be called on the contoller.

E_1003Constant 
public static const E_1003:ErrorCodeVO

Used to specify when abstract enforcement hasn't be satisfied. Error code specifies how to correct the issue.

E_1004Constant 
public static const E_1004:ErrorCodeVO

Used to specify when CynView is attempted to be used directly. Error code specifies how to correct the issue.