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