effect-io-ai

Package: effect
Module: Cause

Cause.isExceededCapacityException

Checks if a given unknown value is an ExceededCapacityException.

Signature

declare const isExceededCapacityException: (u: unknown) => u is ExceededCapacityException

Source

Since v3.5.0