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

    Interface BuildCreativeError

    Error response - creative generation failed

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

    Properties

    Properties

    errors: Error[]

    Array of errors explaining why creative generation failed

    context?: ContextObject
    ext?: ExtensionObject