Axinom Mosaic Libraries
    Preparing search index...

    Interface EntityDefinitionDeleteFailedEvent

    Entity definition delete failed event schema.

    interface EntityDefinitionDeleteFailedEvent {
        details?: { [name: string]: unknown };
        entity_type: string;
        message: string;
        service_id: string;
    }
    Index

    Properties

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

    Additional error details.

    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.