Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface DocumentConversionError

    Conversion errors usually occur when there is a problem with one of the files you posted.

    interface DocumentConversionError {
        errorCode?: number;
        errorMessage?: string;
        errorType?: "DOCUMENT_CONVERSION_ERROR";
    }
    Index

    Properties

    errorCode?: number

    The error code returned during document conversion.

    errorMessage?: string

    The error message

    errorType?: "DOCUMENT_CONVERSION_ERROR"

    Type of error for the Document conversion