effect-io-ai

Package: effect
Module: Cause

Cause.TimeoutException

An error representing a computation that timed out.

Signature

export interface TimeoutException extends YieldableError {
  readonly _tag: "TimeoutException"
  readonly [TimeoutExceptionTypeId]: TimeoutExceptionTypeId
}

Source

Since v2.0.0