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

ErrorStatistics

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

Information about requests that failed with a 4xx Client Error status code.

interface ErrorStatistics {
OtherCount?: number | null;
ThrottleCount?: number | null;
TotalCount?: number | null;
}

§Properties

§
OtherCount?: number | null
[src]

The number of requests that failed with untracked 4xx Client Error status codes.

§
ThrottleCount?: number | null
[src]

The number of requests that failed with a 419 throttling status code.

§
TotalCount?: number | null
[src]

The total number of requests that failed with a 4xx Client Error status code.