:GetResultCode()
Class
Syntax
:GetResultCode( [hSession]) --> nResult
Parameters
hSession (optional)
If hSession is not passed, the value in :Session
Return
Numeric Result Code from the Server for the last operation.
Description
Result codes are three-digit numeric values returned by the remote server. They may be broken down into the following ranges:
|
Value |
Description |
|
100-199 |
Positive preliminary result. This indicates that the requested action is being initiated, and the client should expect another reply from the server before proceeding. |
|
200-299 |
Positive completion result. This indicates that the server has successfully completed the requested action. |
|
300-399 |
Positive intermediate result. This indicates that the requested action cannot complete until additional information is provided to the server. |
|
400-499 |
Transient negative completion result. This indicates that the requested action did not take place, but the error condition is temporary and may be attempted again. |
|
500-599 |
Permanent negative completion result. This indicates that the requested action did not take place. |
See Also