Skip to main content
Module

x/net/mod.ts>IEventError

A networking framework that aims to enable the development of complex multi-port servers and clients.
Go to Latest
interface IEventError
import { type IEventError } from "https://deno.land/x/net@v1.0.4/mod.ts";

Interface used on event error callback.

Properties

error: Error