Kreuzcrawl.BatchCrawlResult (kreuzcrawl v0.3.0-rc.42)

Copy Markdown

Result from a single URL in a batch crawl operation.

Summary

Types

t()

Result from a single URL in a batch crawl operation.

Types

t()

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

Result from a single URL in a batch crawl operation.