tensorstore.Future.exception(self, timeout: float | None = None, deadline: float | None = None) object

Blocks until asynchronous operation completes, and returns the error if any.

Parameters:
timeout: float | None = None

Maximum number of seconds to block.

deadline: float | None = None

Deadline in seconds since the Unix epoch.

Returns:

The error that was produced by the asynchronous operation, or None if the operation completed successfully.

Raises: