From 0787cc8bb5afa4ba1f41ea2d67c4dd8ffb608b18 Mon Sep 17 00:00:00 2001 From: cgonzalez Date: Tue, 23 Mar 2021 13:25:38 +0000 Subject: [PATCH] Specify templates are defined at the query level --- docs/guides/03-batch-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/03-batch-queries.md b/docs/guides/03-batch-queries.md index 18af285e..f323205a 100644 --- a/docs/guides/03-batch-queries.md +++ b/docs/guides/03-batch-queries.md @@ -449,7 +449,7 @@ If a query of a job fails (and onerror fallbacks for that query and job are defi #### Templates -Batch Queries provide a simple way to get the error message and the job identifier to be used in your fallbacks, by using the following templates: +Batch Queries provide a simple way to get the error message and the job identifier to be used in your fallbacks defined at the query level, by using the following templates: - `<%= error_message %>`: will be replaced by the error message raised by the database. - `<%= job_id %>`: will be replaced by the job identifier that Batch Queries provides.