Skip to main content

ERROR_TYPE_BASE_URI

Constant ERROR_TYPE_BASE_URI 

Source
pub const ERROR_TYPE_BASE_URI: &str = "https://modeled-information-format.github.io/mif-rs/references/errors";
Expand description

Base URI under which this workspace’s problem-type identifiers are namespaced.

Every implementer’s type URI is derived as {ERROR_TYPE_BASE_URI}/{slug}/{version} (e.g. https://modeled-information-format.github.io/mif-rs/references/errors/invalid-input/v1), and is dereferenceable: docs/references/errors/{slug}/{version}.md publishes a real reference page at that path via this repo’s GitHub Pages site. mif-spec.dev is reserved for the normative MIF specification itself, not this implementation’s own tooling/error reference — hence the repo-scoped Pages URL rather than the spec domain.