FuncType - v0.8.85
    Preparing search index...

    Type Alias ErrorFormatterOptions

    Options for formatting error chains

    type ErrorFormatterOptions = {
        colors?: boolean;
        includeData?: boolean;
        includeStackTrace?: boolean;
        includeTasks?: boolean;
        maxStackFrames?: number;
        separator?: string;
        title?: string;
    }
    Index

    Properties

    colors?: boolean

    Format the output with colors for console display

    includeData?: boolean

    Include detailed error data in the output

    includeStackTrace?: boolean

    Include stack traces in the formatted output

    includeTasks?: boolean

    Include task names in the formatted output

    maxStackFrames?: number

    Maximum number of stack frames to include if stack trace is enabled

    separator?: string

    Separator between error lines (default: newline)

    title?: string

    Title to display at the start of the formatted error