ErrorLogEntry
import type { ErrorLogEntry } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";
An entry describing an error that has occurred.
interface ErrorLogEntry {
readonly errorDetails?: string[];
readonly objectUri?: string;
}