Axinom Mosaic Libraries
    Preparing search index...

    Interface UnarchiveImagesFailedEvent

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

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

    Properties

    Properties

    asset_ids: string[]

    An array of UUID image id values which were meant to be unarchived.

    message: string

    Message that describes the reason for the command processing failure.