Member Junction
    Preparing search index...

    Result of a config operation.

    interface ConfigOperationResult {
        ErrorMessage?: string;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if the operation failed

    Success: boolean

    Whether the operation succeeded