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

    Interface SpecParseError

    Error detail when spec parsing fails.

    interface SpecParseError {
        message: string;
        section?: string;
    }
    Index

    Properties

    Properties

    message: string
    section?: string