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

    Type Alias ErrorStack

    type ErrorStack = {
        message: string;
        stackTrace: StackTrace;
    }
    Index

    Properties

    Properties

    message: string
    stackTrace: StackTrace