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/storagetransfer:v1.ts";

An entry describing an error that has occurred.

interface ErrorLogEntry {
errorDetails?: string[];
url?: string;
}

§Properties

§
errorDetails?: string[]
[src]

A list of messages that carry the error details.

§
url?: string
[src]

Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.