@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias ManageCreativeAssetsError

    ManageCreativeAssetsError: { creative_id?: string; message: string } & (
        | { code: string; error_code?: string }
        | { code?: string; error_code: string }
    )

    Type Declaration

    • Optionalcreative_id?: string
    • message: string
    • { code: string; error_code?: string }
      • code: string
      • Optionalerror_code?: string

        Use code. Preserved for older creative-library integrations.

    • { code?: string; error_code: string }
      • Optionalcode?: string
      • error_code: string

        Use code. Preserved for older creative-library integrations.