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

XPSDataErrors

import type { XPSDataErrors } from "https://googleapis.deno.dev/v1/language:v2.ts";

Different types of errors and the stats associatesd with each error.

interface XPSDataErrors {
count?: number;
errorType?:
| "ERROR_TYPE_UNSPECIFIED"
| "UNSUPPORTED_AUDIO_FORMAT"
| "FILE_EXTENSION_MISMATCH_WITH_AUDIO_FORMAT"
| "FILE_TOO_LARGE"
| "MISSING_TRANSCRIPTION";
}

§Properties

§
count?: number
[src]

Number of records having errors associated with the enum.

§
errorType?: "ERROR_TYPE_UNSPECIFIED" | "UNSUPPORTED_AUDIO_FORMAT" | "FILE_EXTENSION_MISMATCH_WITH_AUDIO_FORMAT" | "FILE_TOO_LARGE" | "MISSING_TRANSCRIPTION"
[src]

Type of the error.