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

    Type Alias DurableTaskErrorStorageObject

    A storage object for a durable task error.

    type DurableTaskErrorStorageObject = {
        tag: string;
        message: string;
        isRetryable: boolean;
    }
    Index

    Properties

    tag: string
    message: string
    isRetryable: boolean