| Package | com.adobe.csxs.error |
| Class | public class RequestError |
| Inheritance | RequestError CSXSError Error |
| Method | Defined by | ||
|---|---|---|---|
|
RequestError(message:String = "", id:int = 0)
Creates the error object.
| RequestError | ||
| Constant | Defined by | ||
|---|---|---|---|
![]() | GENERIC_ERROR : int = 1 [static] Error ID for generic errors.
| CSXSError | |
| REQUEST_FAILED : int = 1000 [static] Error ID for failed requests.
| RequestError | ||
| RESPONSE_INCOMPLETE : int = 1010 [static] Error ID for incomplete responses.
| RequestError | ||
| RequestError | () | constructor |
public function RequestError(message:String = "", id:int = 0)Creates the error object.
Parametersmessage:String (default = "") — The error message.
|
|
id:int (default = 0) — The error id.
|
| REQUEST_FAILED | constant |
public static const REQUEST_FAILED:int = 1000Error ID for failed requests.
| RESPONSE_INCOMPLETE | constant |
public static const RESPONSE_INCOMPLETE:int = 1010Error ID for incomplete responses.