Packagecom.adobe.csxs.error
Classpublic class CSXSError
InheritanceCSXSError Inheritance Error
SubclassesRequestError

Base class for CSXS errors.



Public Properties
 PropertyDefined by
  plugplugStatus : String = "null"
The error code returned from PlugPlug.
CSXSError
Public Methods
 MethodDefined by
  
CSXSError(message:String = "", id:int = 0)
Creates the error object.
CSXSError
Public Constants
 ConstantDefined by
  GENERIC_ERROR : int = 1
[static] Error ID for generic errors.
CSXSError
Property detail
plugplugStatusproperty
public var plugplugStatus:String = "null"

The error code returned from PlugPlug.

Constructor detail
CSXSError()constructor
public function CSXSError(message:String = "", id:int = 0)

Creates the error object.

Parameters
message:String (default = "") — The error message.
 
id:int (default = 0) — The error id.
Constant detail
GENERIC_ERRORconstant
public static const GENERIC_ERROR:int = 1

Error ID for generic errors.