Skip to main content
Version: 1.3

ApifyCallError

The class represents exceptions thrown by the Apify.call() function.

Properties

message

Type: string

Error message


run

Type: ActorRun

Object representing the failed actor run.


name

Type: string

Contains "ApifyCallError"


new ApifyCallError(run, [message])

Parameters:

  • run: ActorRun
  • [message]: string = "The actor invoked by Apify.call() did not succeed"