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

FaultStatistics

import type { FaultStatistics } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";

Information about requests that failed with a 5xx Server Error status code.

interface FaultStatistics {
OtherCount?: number | null;
TotalCount?: number | null;
}

§Properties

§
OtherCount?: number | null
[src]

The number of requests that failed with untracked 5xx Server Error status codes.

§
TotalCount?: number | null
[src]

The total number of requests that failed with a 5xx Server Error status code.