durable-execution - v0.8.0
    Preparing search index...

    Type Alias DurableTaskChildErrorStorageObject

    A storage object for a child task error of a durable task execution.

    type DurableTaskChildErrorStorageObject = {
        index: number;
        taskId: string;
        executionId: string;
        error: DurableTaskErrorStorageObject;
    }
    Index

    Properties

    index: number
    taskId: string
    executionId: string