ConnectionError Enumeration
Supported errors during connection to the remote server.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public enum ConnectionError
Public Enumeration ConnectionError
public enum class ConnectionError
| NoError | 0 |
Connection established successfully.
|
| HttpError | 1 |
HTTP error occured during server connection.
|
| WebError | 2 |
Web error occured during server connection.
|
| GeneralEstablishConnectionError | 3 |
An error occurred while preparing to establish a connection to the server.
|
| GeneralRequestError | 4 |
An error occurred while sending a request to the server.
|
| GeneralResponseError | 5 |
An error occurred while receiving a response from the server.
|
| UriFormatError | 6 |
Incorrect server DNS name.
|
| IpAddressNotDetectedError | 7 |
IP address is not defined or is incorrectly specified
|