Kreuzcrawl.BatchScrapeResult (kreuzcrawl v0.3.0-rc.37)

Copy Markdown

Result from a single URL in a batch scrape operation.

Summary

Types

t()

Result from a single URL in a batch scrape operation.

Types

t()

@type t() :: %Kreuzcrawl.BatchScrapeResult{
  error: String.t() | nil,
  result: map() | nil,
  url: String.t() | nil
}

Result from a single URL in a batch scrape operation.