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

    Interface SpecExecutionError

    Error detail when spec execution fails.

    interface SpecExecutionError {
        message: string;
        stage: ExecutionStage;
    }
    Index

    Properties

    Properties

    message: string