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

FileCacheFailureDetails

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

A structure providing details of any failures that occurred.

interface FileCacheFailureDetails {
Message?: string | null;
}

§Properties

§
Message?: string | null
[src]

A message describing any failures that occurred.