Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BackendConnectionErrors

import type { BackendConnectionErrors } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";
interface BackendConnectionErrors {
ConnectionRefusedCount?: number | null;
HTTPCode4XXCount?: number | null;
HTTPCode5XXCount?: number | null;
OtherCount?: number | null;
TimeoutCount?: number | null;
UnknownHostCount?: number | null;
}

§Properties

§
ConnectionRefusedCount?: number | null
[src]
§
HTTPCode4XXCount?: number | null
[src]
§
HTTPCode5XXCount?: number | null
[src]
§
OtherCount?: number | null
[src]
§
TimeoutCount?: number | null
[src]
§
UnknownHostCount?: number | null
[src]