vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ExportDefinitionError

    interface ExportDefinitionError {
        definition: DatapackExportDefinition;
        field?: string;
        message: string;
        sobjectType: string;
        type: "INVALID_FIELD" | "INVALID_OBJECT" | "INVALID_CONFIGURATION";
    }
    Index

    Properties

    field?: string
    message: string
    sobjectType: string
    type: "INVALID_FIELD" | "INVALID_OBJECT" | "INVALID_CONFIGURATION"