Skip to content

Topic is not registered in harness.config.json

Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/topic-not-registered/v1 HTTP status: 422 Exit code: 2 Emitted by: mif-rh (MifRhError::TopicNotRegistered)

topic '{topic}' is not registered in {config_path}

This fires when a topic README build or check is requested for a topic that has no entry in harness.config.json’s topics[] array. Without a registered entry, the harness has nothing to resolve the topic against.

MaybeIncorrect — register the topic in harness.config.json’s topics[] before building its README.