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";