polarity-integration-utils
    Preparing search index...

    Interface Error

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

    Properties

    code?: string | number
    message: string
    name: string
    stack?: string