Axinom Mosaic Libraries
    Preparing search index...

    Interface DeleteLocalizationSourceEntityFailedEvent

    Delete localization source entity failed event schema.

    interface DeleteLocalizationSourceEntityFailedEvent {
        entity_id: string;
        entity_type: string;
        message: string;
        service_id: string;
    }
    Index

    Properties

    entity_id: string

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

    entity_type: string

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

    message: string

    Message that describes the reason for the command processing failure.

    service_id: string

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