@ascentbv/ts-common - v1.0.123
    Preparing search index...

    Interface Error

    interface Error {
        name: string;
        message: string;
        stack?: string;
    }
    Index

    Properties

    Properties

    name: string
    message: string
    stack?: string