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

ErrorDocument

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

The error information.

interface ErrorDocument {
Key: string;
}

§Properties

§
Key: string
[src]

The object key name to use when a 4XX class error occurs.

! IMPORTANT: ! Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. ! For more information, see XML related object key constraints.