@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface SyncCatalogsError

    Error response - operation failed completely, no catalogs were processed

    interface SyncCatalogsError {
        errors: Error[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    Properties

    errors: Error[]

    Operation-level errors that prevented processing any catalogs (e.g., authentication failure, service unavailable, invalid request format)

    context?: ContextObject
    ext?: ExtensionObject