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.deno.dev/v0.4/services/xray.ts?docs=full";
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]