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

GoogleCloudIntegrationsV1alphaErrorCatcherConfig

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

Configuration detail of a error catch task

interface GoogleCloudIntegrationsV1alphaErrorCatcherConfig {
description?: string;
errorCatcherId?: string;
errorCatcherNumber?: string;
label?: string;
}

§Properties

§
description?: string
[src]

Optional. User-provided description intended to give more business context about the error catcher config.

§
errorCatcherId?: string
[src]

Required. An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow

§
errorCatcherNumber?: string
[src]

Required. A number to uniquely identify each error catcher config within the workflow on UI.

§
label?: string
[src]

Optional. The user created label for a particular error catcher. Optional.

§

Optional. Informs the front-end application where to draw this error catcher config on the UI.

§

Required. The set of start tasks that are to be executed for the error catch flow