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

    Interface DatapackDeploymentStatus

    interface DatapackDeploymentStatus {
        datapacks: readonly DatapackDeploymentDatapackStatus[];
        status: DatapackkDeploymentState;
        total: number;
    }
    Index

    Properties

    datapacks: readonly DatapackDeploymentDatapackStatus[]

    A collection of error messages generated during the deployment of this datapack. Each error contains a type, optional code, and message but excludes record references.

    The overall deployment status of the datapack. Indicates whether deployment was successful, failed, or partially successful.

    total: number

    Number of datapacks in this deployment. This is the total number of datapacks that are part of the deployment process. It may include both successfully deployed and failed datapacks.