const AcceptError: type = error{ConnectionAborted, ProcessFdQuotaExceeded, SystemFdQuotaExceeded, SystemResources, SocketNotListening, ProtocolFailure, BlockedByFirewall, FileDescriptorNotASocket, ConnectionResetByPeer, NetworkSubsystemFailed, OperationNotSupported} || os.UnexpectedError;
[src]