Update docs

This commit is contained in:
Gergő Móricz 2024-09-20 20:30:46 +02:00
parent 939040bf44
commit 719dfbccbb
1 changed files with 1 additions and 1 deletions

View File

@ -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<T, FirecrawlError>`.
## Running the Tests with Cargo