@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface SyncCreativesError

    Error response - operation failed completely, no creatives were processed

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

    Properties

    Properties

    errors: Error[]

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

    context?: ContextObject
    ext?: ExtensionObject