Firecrawl.Error exception (Firecrawl v1.4.0)

Copy Markdown View Source

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

t()

@type t() :: %Firecrawl.Error{
  __exception__: true,
  body: term(),
  status: pos_integer()
}