Skip to content

E1010 Details

Message emitted:

E1010: Error rendering template {template} at {filename}:{line_number}

Line:

{template_line}

Error Type: {error_type}

Message: {message}

Description:

Undefined variable in Jinja2 template.

Troubleshooting:

Ensure that the variable is defined in the context as it is expected to be used in the Jinja2 template.

Recommendation:

Look at the graphql query and ensure that the variable is defined in the context as it is expected to be used in the Jinja2 template.