| Package | org.servebox.commons.errors |
| Class | public class IBasicObjectError |
| Inheritance | IBasicObjectError Error |
| Property | Defined by | ||
|---|---|---|---|
| code : int
The code of the error.
| IBasicObjectError | ||
| Method | Defined by | ||
|---|---|---|---|
|
IBasicObjectError(message:String = null, code:int = 0)
Creates a new IBasicObjectError.
| IBasicObjectError | ||
| code | property |
public var code:intThe code of the error.
| IBasicObjectError | () | constructor |
public function IBasicObjectError(message:String = null, code:int = 0)Creates a new IBasicObjectError.
Parametersmessage:String (default = null) |
|
code:int (default = 0) |