The View events () from the Sites page gives you greater details to the events and errors that occurs on a site and the associated Outpost logger. The below shows a list of GPRS failure codes.
WIP Code | Error Code | Description |
WIP_CERR_ABORTED | -1000 | Tried to read/write an aborted TCP client |
WIP_CERR_CSTATE | -999 | The channel is not in WIP_CSTATE_READY state |
WIP_CERR_NOT_SUPPORTED | -998 | The option is not supported by the channel |
WIP_CERR_OUT_OF_RANGE | -997 | The option value is out of range |
WIP_CERR_MEMORY | -996 | The adl_memGet() memory allocation failure |
WIP_CERR_INTERNAL | -995 | WIP internal error |
WIP_CERR_INVALID | -994 | Invalid option with parameter value |
WIP_CERR_DNS_FAILURE | -993 | Couldn't resolve a name to an IP address |
WIP_CERR_RESOURCES | -992 | No more TCP buffers available |
WIP_CERR_PORT_IN_USE | -991 | TCP server port already being used |
WIP_CERR_REFUSED | -990 | TCP connection refused by the server |
WIP_CERR_HOST_UNREACHABLE | -989 | No route to host |
WIP_CERR_NETWORK_UNREACHABLE | -988 | No network reachable |
WIP_CERR_PIPE_BROKEN | -987 | TCP connection broken |
WIP_CERR_TIMEOUT | -986 | Timeout (DNS request, TCP connection ) |