Axinom Mosaic Libraries
    Preparing search index...

    Interface DeleteImageFailedEvent

    Delete image failed event schema.

    interface DeleteImageFailedEvent {
        image_id?: string;
        message: string;
        original_source_location?: string;
    }
    Index

    Properties

    image_id?: string

    A UUID.

    message: string

    Message that describes the reason for the command processing failure.

    original_source_location?: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.