onvif
    Preparing search index...

    Interface OnvifErrorOptions

    interface OnvifErrorOptions {
        statusCode?: number;
        xml?: string;
    }
    Index
    statusCode?: number

    HTTP status code when the failure came from an HTTP response

    xml?: string

    Raw error response from the server