Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: HumanizeFailure

Mika Scraper v1.1.2


Mika Scraper / HumanizeFailure

Interface: HumanizeFailure

Defined in: src/humanizer/humanizer.ts:39

Represents a response indicating a failed transformation attempt.

Properties

success

  • Type: false
  • Defined in: src/humanizer/humanizer.ts:40

Indicates that the transformation was unsuccessful.

code

  • Type: number
  • Defined in: src/humanizer/humanizer.ts:41

An integer code representing the specific error encountered during the transformation process.

result

  • Type: object
  • Defined in: src/humanizer/humanizer.ts:42

An object containing detailed information about the error.

error

  • Type: string

A descriptive error message explaining the reason for the failure.

isLevel?

An optional array of RewriteLevel values associated with the failure, providing context about the level of rewriting attempted.


Last updated on