Enum polar_core::diagnostic::Diagnostic [−][src]
pub enum Diagnostic {
Error(PolarError),
Warning(PolarWarning),
}Variants
Error(PolarError)
Tuple Fields
0: PolarErrorWarning(PolarWarning)
Tuple Fields
0: PolarWarningImplementations
Unrecoverable diagnostics might lead to additional diagnostics that obscure the root issue.
E.g., a ResourceBlock error for an invalid relations declaration that will cause a
second ResourceBlock error when rewriting a shorthand rule involving the relation.