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;
}