| Package | com.adobe.csxs.error |
| Class | public class CSXSError |
| Inheritance | CSXSError Error |
| Subclasses | RequestError |
| Property | Defined by | ||
|---|---|---|---|
| plugplugStatus : String = "null"
The error code returned from PlugPlug.
| CSXSError | ||
| Method | Defined by | ||
|---|---|---|---|
|
CSXSError(message:String = "", id:int = 0)
Creates the error object.
| CSXSError | ||
| Constant | Defined by | ||
|---|---|---|---|
| GENERIC_ERROR : int = 1 [static] Error ID for generic errors.
| CSXSError | ||
| plugplugStatus | property |
public var plugplugStatus:String = "null"The error code returned from PlugPlug.
| CSXSError | () | constructor |
public function CSXSError(message:String = "", id:int = 0)Creates the error object.
Parametersmessage:String (default = "") — The error message.
|
|
id:int (default = 0) — The error id.
|
| GENERIC_ERROR | constant |
public static const GENERIC_ERROR:int = 1Error ID for generic errors.