@@ -21,13 +21,15 @@ pub use cedar_policy_core::ast::{
2121 expression_construction_errors, restricted_expr_errors, ContainsUnknown ,
2222 ExpressionConstructionError , PartialValueToValueError , RestrictedExpressionError ,
2323} ;
24+ #[ cfg( feature = "entity-manifest" ) ]
2425use cedar_policy_core:: entities:: err:: EntitiesError ;
2526pub use cedar_policy_core:: evaluator:: { evaluation_errors, EvaluationError } ;
2627pub use cedar_policy_core:: extensions:: {
2728 extension_function_lookup_errors, ExtensionFunctionLookupError ,
2829} ;
2930use cedar_policy_core:: { ast, authorizer, est} ;
3031pub use cedar_policy_validator:: cedar_schema:: { schema_warnings, SchemaWarning } ;
32+ #[ cfg( feature = "entity-manifest" ) ]
3133use cedar_policy_validator:: entity_manifest:: {
3234 self , FailedAnalysisError , PartialExpressionError , PartialRequestError ,
3335} ;
@@ -38,6 +40,7 @@ use smol_str::SmolStr;
3840use thiserror:: Error ;
3941use to_cedar_syntax_errors:: NameCollisionsError ;
4042
43+ #[ cfg( feature = "entity-manifest" ) ]
4144use super :: ValidationResult ;
4245
4346/// Errors related to [`crate::Entities`]
0 commit comments