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

    Interface ActionNotAllowedDetails

    Structured details payload for ACTION_NOT_ALLOWED errors.

    interface ActionNotAllowedDetails {
        attempted_action: MediaBuyValidAction;
        reason: ActionNotAllowedReason;
        currently_available_actions?: MediaBuyAvailableAction[];
    }
    Index

    Properties

    attempted_action: MediaBuyValidAction
    currently_available_actions?: MediaBuyAvailableAction[]