Senzing Node.js SDK
    Preparing search index...

    Interface SzErrorOptions

    interface SzErrorOptions {
        szCode?: string;
        code?: number;
        component?: string;
        category?: string;
        severity?: string;
    }
    Index

    Properties

    szCode?: string
    code?: number
    component?: string
    category?: string
    severity?: string