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

    Type Alias RegistrationError

    RegistrationError:
        | { type: "duplicate_id"; pluginId: string }
        | { type: "invalid_manifest"; message: string }
        | { type: "missing_capability"; capability: string }
        | { type: "validation_failed"; message: string }
        | { type: "registry_frozen" }

    Registration error when adding a plugin to the registry.