Axinom Mosaic Libraries
    Preparing search index...

    Interface EnsureImageExistsFailedEvent

    Ensure image exists failed event schema.

    interface EnsureImageExistsFailedEvent {
        image_location: string;
        image_type: string;
        message: string;
        tags?: string[];
    }
    Index

    Properties

    image_location: string

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

    image_type: string

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

    message: string

    Message that describes a reason for command processing failure.

    tags?: string[]

    An array of tags for an image.