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

FlowErrorDetails

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

Encapsulation of flow-specific error details for debugging. Used as a details field on an error Status, not intended for external use.

interface FlowErrorDetails {
exceptionType?: string;
flowStepId?: string;
}

§Properties

§
exceptionType?: string
[src]

The type of exception (as a class name).

§
flowStepId?: string
[src]

The step that failed.