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

    Interface CreateMediaBuyError

    Error response - operation failed, no media buy created

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

    Properties

    Properties

    errors: Error[]

    Array of errors explaining why the operation failed

    context?: ContextObject
    ext?: ExtensionObject