Type: |
Enumeration |
Available as of: |
V1.0.0.0 |
The enumeration ET_Result contains the possible values that indicate the result of operations executed by the function block.
Name |
Value (UDINT) |
Description |
---|---|---|
0 |
No error has been detected. |
|
100 |
The requested operation cannot be executed in the present state. |
|
101 |
Used by the method ConnectToServer: The connection could not be initiated. Detailed information is provided through the output q_sResultMsg of the method. |
|
102 |
The connection to the server was not successful. |
|
103 |
The disconnection from the server was not successful. |
|
104 |
Sending a request to the server was not successful. |
|
105 |
An error was detected while waiting for receiving the response. |
|
106 |
The format of the response received from the server is not supported and cannot be processed. |
|
107 |
A timeout occurred while waiting for a response to the sent request. No or incomplete response received from the server. |
|
108 |
The size of the buffer for the response message is too small. Assign a buffer with sufficient size at the corresponding input of the method. |
|
110 |
The attempt to establish a connection was unsuccessful. The server refused the connection request. Verify the specified server IP address and port. |
|
111 |
The attempt to establish a connection was timed out. Verify the specified server IP address and port. |
|
112 |
Detected internal error while initializing the TLS (Transport Layer Security) context. You can open up to 10 different TLS contexts at the same time. Ensure that not more than 10 TCP sockets using TLS are open at the same time. |
|
113 |
The specified certificate could not be found in the certificate store of the controller. |
|
116 |
The connection to the server was interrupted. |
|
117 |
At least one input parameter of the function is invalid. Refer to the property ErrorResult. |
|
118 |
The execution was aborted due to a login in conjunction with an online modification of the application was detected. |
|
119 |
The requested operation is not supported. For example, selecting TLS on a controller which does not provide this feature. |
|
120 |
Occurs if large data were sent as content and the server does not process the data in a certain time. The minimum send-rate of the client is approximately 1500 bytes in 1 s. |
|
200 |
An internal error of the client was detected. Re-establish a connection to the server and retry. |
oFB_HttpClient