Packagevegas.net
Classpublic dynamic class NetServerInfo
InheritanceNetServerInfo Inheritance Object
Implements Serializable

Defines the information object in a onStatus callback method.



Public Properties
 PropertyDefined By
  application : *
This object exist if the server return an application error object.
NetServerInfo
  code : String
The code of this information object.
NetServerInfo
  description : String
The description of this information object.
NetServerInfo
  level : String
The level of this information object.
NetServerInfo
Public Methods
 MethodDefined By
  
NetServerInfo(info:* = null)
Creates a new NetServerInfo object.
NetServerInfo
  
toObject():Object
Returns an object representation of this instance.
NetServerInfo
  
toSource(indent:int = 0):String
Returns a Eden represensation of the object.
NetServerInfo
  
toString():String
Returns the String representation of this object.
NetServerInfo
Property Detail
applicationproperty
public var application:*

This object exist if the server return an application error object. This property exist with FMS when the SSAS application.rejectConnection() method is invoked.

codeproperty 
public var code:String

The code of this information object.

descriptionproperty 
public var description:String

The description of this information object.

levelproperty 
public var level:String

The level of this information object.

Constructor Detail
NetServerInfo()Constructor
public function NetServerInfo(info:* = null)

Creates a new NetServerInfo object.

Parameters
info:* (default = null) — a primitive object with the properties 'code', 'level', 'description' and 'application'.
Method Detail
toObject()method
public function toObject():Object

Returns an object representation of this instance.

Returns
Object — an object representation of this instance.
toSource()method 
public function toSource(indent:int = 0):String

Returns a Eden represensation of the object.

Parameters

indent:int (default = 0)

Returns
String — a string representing the source code of the object.
toString()method 
public function toString():String

Returns the String representation of this object.

Returns
String — the String representation of this object.