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

FailureDetails

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

Contains error details for a failed batch job.

interface FailureDetails {
Message?: string | null;
StatusCode?: number | null;
}

§Properties

§
Message?: string | null
[src]

A description of the error that caused the batch job failure.

§
StatusCode?: number | null
[src]

An HTTP status code representing the nature of the error.