Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ICoreXmlError

    interface ICoreXmlError {
        errorMessage: string;
        errorType: string;
        namespace: string;
        parserErrorDocument: Document;
    }

    Hierarchy (View Summary)

    Implemented by

    Properties

    errorMessage: string
    errorType: string
    namespace: string
    parserErrorDocument: Document