IP :: OnError :: Error Code 15?
DigiMe
Posts: 59
Does anyone know that error code "15" is for an IP based OnError Event? It does not seem to be documented:
Result: This function always returns 0. Errors are returned via the DATA_EVENT ONERROR method.
The following errors may be returned:
2: General failure (out of memory)
4: Unknown host
6: Connection refused
7: Connection timed out
8: Unknown connection error
9: Already closed
14: Local port already used
16: Too many open sockets
17: Local Port Not Open
(If I was to speculate, I would say that it is "Destination Network Unreachable", as the IP address I have set are on a different VLAN / Subnet than my test network).
Result: This function always returns 0. Errors are returned via the DATA_EVENT ONERROR method.
The following errors may be returned:
2: General failure (out of memory)
4: Unknown host
6: Connection refused
7: Connection timed out
8: Unknown connection error
9: Already closed
14: Local port already used
16: Too many open sockets
17: Local Port Not Open
(If I was to speculate, I would say that it is "Destination Network Unreachable", as the IP address I have set are on a different VLAN / Subnet than my test network).
0
Comments
15: UDP Socket Already Listening
Looks like they added a new one:
Error 404: The page you requested doesn't exist
https://trade.amx.com/legacy/techsupport/techNote.asp?id=307
Thank you!!