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

SessionOutputDiagnosticInfo

import type { SessionOutputDiagnosticInfo } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Contains execution details during the processing.

interface SessionOutputDiagnosticInfo {
messages?: Message[];
rootSpan?: Span;
}

§Properties

§
messages?: Message[]
[src]

List of the messages that happened during the processing.

§
rootSpan?: Span
[src]

A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.