Exception raised when the Firecrawl API returns an error response (HTTP 4xx/5xx).
Fields
:status- The HTTP status code:body- The decoded response body (typically a map with"error"key)
Summary
Types
@type t() :: %Firecrawl.Error{ __exception__: true, body: term(), status: pos_integer() }