| Package | com.electrotank.electroserver4.errors |
| Class | public class EsError |
| Method | Defined by | ||
|---|---|---|---|
|
EsError(tmpid:Number, desc:String)
Creates a new instance of the EsError class.
| EsError | ||
|
getDescription():String
Gets the error description.
| EsError | ||
|
getId():Number
Gets the error id.
| EsError | ||
| EsError | () | constructor |
public function EsError(tmpid:Number, desc:String)Creates a new instance of the EsError class.
Parameterstmpid:Number — Numeric error id.
|
|
desc:String — Short description of the error.
|
| getDescription | () | method |
public function getDescription():StringGets the error description.
ReturnsString — Returns the error description.
|
| getId | () | method |
public function getId():NumberGets the error id.
ReturnsNumber — The error id.
|