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

    Interface IColibrioError

    Base type for all colibrio errors.

    interface IColibrioError {
        errorMessage: string;
        errorType: string;
        namespace: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Properties

    errorMessage: string
    errorType: string
    namespace: string