Skip to main content

RuntimeSystemError

This error is raised when the underlying task execution fails because of a system error. This could be a bug in the Union system or a bug in the user's code.

Constructors

  • Initializes a RuntimeSystemError instance. This error is raised when the underlying task execution fails because of a system error. This could be a bug in the Union system or a bug in the user's code.

  • Parameters

    • code: string
      • The error code.
    • message: string
      • The error message.
    • worker: string | None
      • The worker that encountered the error.
  • Initializes the RuntimeSystemError with a code, message, and optional worker.

  • Parameters

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