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

StateError

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

Describes an error related to the current state of the Execution resource.

interface StateError {
details?: string;
type?: "TYPE_UNSPECIFIED" | "KMS_ERROR";
}

§Properties

§
details?: string
[src]

Provides specifics about the error.

§
type?: "TYPE_UNSPECIFIED" | "KMS_ERROR"
[src]

The type of this state error.