Skip to main content

Module error

Module error 

Source
Expand description

Error types for stoa-core.

Validation errors carry the offending page id + field so callers can produce actionable diagnostics (see CLI schema --check).

Structs§

ValidationError
A single validation failure — produced by crate::validate_page.

Enums§

Error
Library error for stoa-core. Currently only validation surfaces here; frontmatter parse failures bubble up as serde_yaml::Error directly.

Type Aliases§

Result
Convenience Result alias.