mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:38:29 +02:00
Support _PREFIXED variable names and fail when variable missing
This commit is contained in:
@@ -6,6 +6,9 @@ pub enum Error {
|
||||
#[error("Render Error: {0}")]
|
||||
RenderError(String),
|
||||
|
||||
#[error("Render Error: Variable \"{0}\" is not defined in active environment")]
|
||||
VariableNotFound(String),
|
||||
|
||||
#[error("Render Error: Max recursion depth exceeded")]
|
||||
RenderStackExceededError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user