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

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, Expand)

Implemented by

Properties

validationResult: ValidationResult

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

viewAlias: string

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

Methods

  • Returns boolean

  • Returns this

MMNEPVFCICPMFPCPTTAAATR