Axinom Mosaic Libraries
    Preparing search index...

    Interface ImageTypesDeclareFailedEvent

    Image types declare failed event schema.

    interface ImageTypesDeclareFailedEvent {
        details?: { [name: string]: unknown };
        image_types: ImageType[];
        message: string;
        service_id: string;
    }
    Index

    Properties

    details?: { [name: string]: unknown }

    Additional error details.

    image_types: ImageType[]

    An array of image type objects that were meant to be declared.

    message: string

    Message that describes a reason for command processing failure.

    service_id: string

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