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

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

§Properties

§
readonly errorDetails?: string[]
[src]

Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.

§
readonly objectUri?: string
[src]

Required. Output only. Object URL. e.g. gs://my_bucket/object.txt