Package | com.pcbsys.nirvana.client.error |
Class | public class nRealmConnectionFailedError |
Inheritance | nRealmConnectionFailedError ![]() |
Public Properties
Property | Defined By | ||
---|---|---|---|
connectionError : ErrorEvent [read-only]
Returns the ErrorEvent Raised by the attempted connection to the realm
| nRealmConnectionFailedError |
Public Methods
Method | Defined By | ||
---|---|---|---|
nRealmConnectionFailedError(msg:String, error:ErrorEvent = null) | nRealmConnectionFailedError |
Property Detail
connectionError | property |
connectionError:ErrorEvent
[read-only] Returns the ErrorEvent Raised by the attempted connection to the realm
Implementation
public function get connectionError():ErrorEvent
Constructor Detail
nRealmConnectionFailedError | () | Constructor |
public function nRealmConnectionFailedError(msg:String, error:ErrorEvent = null)
Parameters
msg:String | |
error:ErrorEvent (default = null )
|