Skip to content

Commit

Permalink
SNOW-950923 Description fix for the changes regarding query id in exc…
Browse files Browse the repository at this point in the history
…eption for put/get
  • Loading branch information
sfc-gh-mhofman committed Feb 13, 2024
1 parent 24353f2 commit 28e08aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 28e08aa

Please sign in to comment.