/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { WorkflowEventErrorRawData } from "./WorkflowEventErrorRawData"; import { WorkflowExecutionEventErrorCode } from "./WorkflowExecutionEventErrorCode"; export declare const WorkflowEventError: core.serialization.ObjectSchema; export declare namespace WorkflowEventError { interface Raw { message: string; raw_data?: (WorkflowEventErrorRawData.Raw | null) | null; code: WorkflowExecutionEventErrorCode.Raw; stacktrace?: (string | null) | null; } }