@ac-essentials/misc-util
    Preparing search index...

    Type Alias FormatErrorOptions

    type FormatErrorOptions = {
        hideErrorName?: boolean;
        indentation?: string;
        lineSeparator?: string;
        prefix?: string;
        skipAggregateErrors?: boolean;
        skipCause?: boolean;
        skipSuppressedError?: boolean;
        skipSuppressedSuppressed?: boolean;
        stackTrace?: boolean | "top-level-only";
        stringifier?: (value: unknown) => string;
    }
    Index

    Properties

    hideErrorName?: boolean
    indentation?: string
    lineSeparator?: string
    prefix?: string
    skipAggregateErrors?: boolean
    skipCause?: boolean
    skipSuppressedError?: boolean
    skipSuppressedSuppressed?: boolean
    stackTrace?: boolean | "top-level-only"
    stringifier?: (value: unknown) => string