Skip to main content

RuntimeUserError

This error is raised when the underlying task execution fails because of an error in the user's code.

Constructors

  • Initializes a RuntimeUserError instance.

  • Parameters

    • code: string
      • The error code.
    • message: string
      • The error message.
    • worker: string
      • The worker that raised the error (optional).
  • Initializes the RuntimeUserError.

  • Parameters

    • code: string
      • The error code.
    • message: string
      • The error message.
    • worker: string
      • The worker that encountered the error.