Manifest toggle value is not one of the allowed values
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/invalid-toggle-value/v1
HTTP status: 422
Exit code: 2
Emitted by: mif-rh (MifRhError::InvalidToggleValue)
Message
Section titled “Message”{field} must be one of {allowed} (got '{value}')This fires when a manifest toggle’s value is not one of the allowed values for that field. The manifest was read successfully, but the toggle’s value falls outside the closed set the field accepts.
Suggested fix
Section titled “Suggested fix”MaybeIncorrect — pass one of the allowed values, then retry.