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

    Interface UpdateContentStandardsError

    interface UpdateContentStandardsError {
        success: false;
        errors: Error[];
        conflicting_standards_id?: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    success: false

    Indicates the update failed

    errors: Error[]

    Errors that occurred during the update

    conflicting_standards_id?: string

    If scope change conflicts with another configuration, the ID of the conflicting standards

    context?: ContextObject
    ext?: ExtensionObject