Skip to main content
Module

x/netzo/deno.d.ts>ErrorEvent

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class ErrorEvent
extends Event
import { ErrorEvent } from "https://deno.land/x/netzo@v0.1.8/deno.d.ts";

Constructors

new
ErrorEvent(type: string, eventInitDict?: ErrorEventInit)

Properties

readonly
colno: number
readonly
error: any
readonly
filename: string
readonly
lineno: number
readonly
message: string