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

    Interface ActionNotAllowedErrorDetails

    Inline copy of the structured payload - duplicated here rather than imported from media-buy/types to keep the errors module free of cross-module imports (matches the convention used for the other typed errors in this file).

    interface ActionNotAllowedErrorDetails {
        attempted_action: string;
        reason: ActionNotAllowedReasonValue;
        currently_available_actions?: ActionNotAllowedAvailableAction[];
    }
    Index

    Properties

    attempted_action: string
    currently_available_actions?: ActionNotAllowedAvailableAction[]