From 719dfbccbbe1283f68759c0b9e583b801928aaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Fri, 20 Sep 2024 20:30:46 +0200 Subject: [PATCH] Update docs --- apps/rust-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rust-sdk/README.md b/apps/rust-sdk/README.md index 8f5ac98c..248dde1b 100644 --- a/apps/rust-sdk/README.md +++ b/apps/rust-sdk/README.md @@ -143,7 +143,7 @@ match map_result { ## Error Handling -The SDK handles errors returned by the Firecrawl API and raises appropriate exceptions. If an error occurs during a request, an exception will be raised with a descriptive error message. +The SDK handles errors returned by the Firecrawl API and by our dependencies, and combines them into the `FirecrawlError` enum, implementing `Error`, `Debug` and `Display`. All of our methods return a `Result`. ## Running the Tests with Cargo