Structs§

  • The payload of the one-time handshake that is done when a worker process is created. Carries data from the host to the worker.
  • The response from the execution worker.

Enums§

  • An unexpected error occurred in the execution job process. Because this comes from the job, which executes untrusted code, this error must likewise be treated as untrusted. That is, we cannot raise an internal error based on this.
  • The successful response from a job on the execution worker.
  • An error occurred in the worker process.

Type Aliases§

  • The result of a job on the execution worker.