polarity-integration-utils
    Preparing search index...

    Interface ResponseError

    Do not use in v2 integrations.

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