TESSA Web API
    Preparing search index...

    Interface IViewMetadataErrorInfo

    Информация об ошибке при получении метаданных представления.

    interface IViewMetadataErrorInfo {
        validationResult: ValidationResult;
        viewAlias: string;
        clone(): IViewMetadataErrorInfo;
        deserializeFromStorage(
            storage: IStorage,
            context?: StorageSerializableContext,
        ): this;
        isSealed(): boolean;
        seal(): this;
        serializeToStorage(
            storage?: IStorage,
            context?: StorageSerializableContext,
        ): IStorage;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    validationResult: ValidationResult

    Результат валидации.

    viewAlias: string

    Алиас представления.

    Methods

    • Returns boolean

    • Returns this