From 28e08aa471b3638ae1f789677736b1392ebc6751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Hofman?= Date: Tue, 13 Feb 2024 10:48:18 +0100 Subject: [PATCH] SNOW-950923 Description fix for the changes regarding query id in exception for put/get --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 049e21ea5..e10ad5caf 100644 --- a/README.md +++ b/README.md @@ -701,7 +701,7 @@ using (IDbConnection conn = new SnowflakeDbConnection()) } ``` -In case of a failure a SnowflakeDbException will be thrown and will provide QueryId. +In case of a failure a SnowflakeDbException will be thrown with the affected QueryId. Inner exception (if applicable) will provide some details on the failure cause and it will be for example: FileNotFoundException, DirectoryNotFoundException.