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§
- Validation
Error - 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::Errordirectly.
Type Aliases§
- Result
- Convenience
Resultalias.