FuncType - v0.8.85
    Preparing search index...

    Type Alias ErrorChainElement

    Type definition for a structured error chain element

    type ErrorChainElement = {
        message?: string;
        name?: string;
        stack?: string;
        taskInfo?: TaskErrorInfo;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    message?: string
    name?: string
    stack?: string
    taskInfo?: TaskErrorInfo