nexus-agents - v2.80.0
    Preparing search index...

    Interface PipelineError

    Error detail when the spec pipeline fails.

    interface PipelineError {
        message: string;
        stage: PipelineStage;
    }
    Index

    Properties

    Properties

    message: string