Packageorg.vostokframework.domain.loading
Classpublic class LoadErrorType
InheritanceLoadErrorType Inheritance org.as3coreaddendum.system.Enum

description



Public Methods
 MethodDefined By
  
LoadErrorType(name:String, ordinal:int)
description
LoadErrorType
Public Constants
 ConstantDefined By
  ASYNC_ERROR : LoadErrorType
[static]
LoadErrorType
  IO_ERROR : LoadErrorType
[static]
LoadErrorType
  LATENCY_TIMEOUT_ERROR : LoadErrorType
[static]
LoadErrorType
  SECURITY_ERROR : LoadErrorType
[static]
LoadErrorType
  UNKNOWN_ERROR : LoadErrorType
[static]
LoadErrorType
Constructor Detail
LoadErrorType()Constructor
public function LoadErrorType(name:String, ordinal:int)

description

Parameters
name:String
 
ordinal:int
Constant Detail
ASYNC_ERRORConstant
public static const ASYNC_ERROR:LoadErrorType

IO_ERRORConstant 
public static const IO_ERROR:LoadErrorType

LATENCY_TIMEOUT_ERRORConstant 
public static const LATENCY_TIMEOUT_ERROR:LoadErrorType

SECURITY_ERRORConstant 
public static const SECURITY_ERROR:LoadErrorType

UNKNOWN_ERRORConstant 
public static const UNKNOWN_ERROR:LoadErrorType