Documentation
    Preparing search index...

    Type Alias GeneratedPipelineArtifactFragment

    type GeneratedPipelineArtifactFragment = {
        __typename?: "GeneratedPipelineArtifactInfoOutput";
        errorsV2: {
            __typename?: "ProcessingDetailedErrorOutput";
            details: string[];
            message: string;
            troubleshooting: string[];
            type: string;
        }[];
        inputs: {
            __typename?: "ProcessingStepInputOutput";
            path: string;
            type: Types.InputType;
        }[];
        status?: Types.ProcessingStatus
        | null;
    }
    Index

    Properties

    __typename?: "GeneratedPipelineArtifactInfoOutput"
    errorsV2: {
        __typename?: "ProcessingDetailedErrorOutput";
        details: string[];
        message: string;
        troubleshooting: string[];
        type: string;
    }[]
    inputs: {
        __typename?: "ProcessingStepInputOutput";
        path: string;
        type: Types.InputType;
    }[]
    status?: Types.ProcessingStatus | null