effect-io-ai

Package: effect
Module: Cause

Cause.ExceededCapacityException

An error that occurs when resource capacity is exceeded.

Signature

export interface ExceededCapacityException extends YieldableError {
  readonly _tag: "ExceededCapacityException"
  readonly [ExceededCapacityExceptionTypeId]: ExceededCapacityExceptionTypeId
}

Source

Since v3.5.0