ScraperStatusCode

Types

Link copied to clipboard

Scraper has been created and is usable.

Link copied to clipboard
object Companion
Link copied to clipboard

Scraper is being created. Deletion is disallowed until status is ACTIVE.

Link copied to clipboard

Scraper creation failed.

Link copied to clipboard

Scraper is being deleted. Deletions are allowed only when status is ACTIVE.

Link copied to clipboard

Scraper deletion failed.

Link copied to clipboard
data class SdkUnknown(val value: String) : ScraperStatusCode

Properties

Link copied to clipboard
abstract val value: String