Sockets Errors
Error Number | Error | Description |
---|---|---|
701 | Port not given | You failed to provide a port number when creating the socket |
702 | Address not found | The IP address provided could not be reached or the name could not be resolved |
703 | Can't create socket | There was an error when creating the socket |
704 | Address error | The IP address provided was invalid |
705 | Connection failed | The connection failed, possibly because there is no program listening on the desired port at that address |