Server-Side Information Objects > trace > NetConnection information objects |
![]() ![]() ![]() |
NetConnection information objects
The NetConnection object has the same information objects as the client-side NetConnection object.
Code |
Level |
Meaning |
---|---|---|
|
Error |
|
|
Error |
The application has been shut down (for example, if the application is out of memory resources and must shut down to prevent the server from crashing) or the server has shut down. |
|
Error |
The URI specified in the NetConnection.connect method did not specify "rtmp" as the protocol. "rtmp" must be specified when connecting to Flash Communication Server. |
|
Status |
The connection was closed successfully. |
|
Error |
The connection attempt failed. |
|
Error |
The application name specified during the connection attempt was not found on the server. |
|
Error |
The client does not have permission to connect to the application, or the application expected different parameters from those that were passed.** |
|
Status |
The connection attempt succeeded. |
*
This information object also has a description
property, which is a string that provides a specific reason for the failure.
**
This information object also has an application
property, which contains the value that the application.rejectConnection
server-side method returns.
![]() ![]() ![]() |