mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
Update docs
This commit is contained in:
parent
939040bf44
commit
719dfbccbb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user