Skip to main content

RuntimeUnknownError

This error is raised when the underlying task execution fails because of an unknown error.

Constructors

  • This error is raised when the underlying task execution fails because of an unknown error.

  • Parameters

    • code: string
      • The error code.
    • message: string
      • The error message.
    • worker: string
      • The worker that raised the error.
  • Initializes the RuntimeUnknownError with a specific error code, message, and an optional worker identifier.

  • Parameters

    • code: string
      • The error code associated with the unknown runtime error.
    • message: string
      • A detailed message explaining the unknown error.
    • worker: string | None
      • The identifier of the worker where the error occurred, if applicable.