Axinom Mosaic Libraries
    Preparing search index...

    Interface ArchiveImagesFailedEvent

    Images should have been archived as part of a background job but failed schema.

    interface ArchiveImagesFailedEvent {
        asset_ids: string[];
        message: string;
    }
    Index

    Properties

    Properties

    asset_ids: string[]

    An array of uuid image id values. Includes the images that should have been archived.

    message: string

    Message that describes the reason for the command processing failure.