Suggestion queue belongs to a different topic
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/queue-topic-mismatch/v1
HTTP status: 409
Exit code: 2
Emitted by: mif-rh (MifRhError::QueueTopicMismatch)
Message
Section titled “Message”suggestion queue at {path} belongs to topic '{found}', not '{expected}'The suggestion queue file on disk was found to belong to a different topic
than the one currently being upserted. This typically means the queue file
was copied or renamed across topics, or a caller pointed at the wrong path —
either way, mif-rh refuses to silently mix one topic’s entries into
another’s queue.
Suggested fix
Section titled “Suggested fix”MaybeIncorrect — point the upsert at
reports/_meta/suggestions/<topic>.json for the topic being reviewed, or
remove the stray queue file that was copied or renamed across topics.