vlocode-project - v2.4.3
    Preparing search index...

    Interface DataMapperExecutionWarning

    interface DataMapperExecutionWarning {
        code: DataMapperExecutionWarningCode;
        expression?: string;
        fieldName?: string;
        message: string;
        objectName?: string;
        outputPath?: string;
        sequence?: number;
    }
    Index

    Properties

    expression?: string
    fieldName?: string
    message: string
    objectName?: string
    outputPath?: string
    sequence?: number