GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse

data class GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse(val description: String, val errorCatcherId: String, val errorCatcherNumber: String, val label: String, val position: GoogleCloudIntegrationsV1alphaCoordinateResponse, val startErrorTasks: List<GoogleCloudIntegrationsV1alphaNextTaskResponse>)

Configuration detail of a error catch task

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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