pub use ParseError;
pub use ValidationError;
/// All errors that can occur during code generation.
///
/// This enum is [`non_exhaustive`](https://doc.rust-lang.org/reference/attributes/type_system.html)
/// so new variants may be added in future releases without a semver break.