diff --git a/apps/rust-sdk/README.md b/apps/rust-sdk/README.md index 8f5ac98..248dde1 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