effect-io-ai

Package: effect
Module: Cause

Cause.InvalidPubSubCapacityException

An error indicating invalid capacity for a PubSub.

Signature

export interface InvalidPubSubCapacityException extends YieldableError {
  readonly _tag: "InvalidPubSubCapacityException"
  readonly [InvalidPubSubCapacityExceptionTypeId]: InvalidPubSubCapacityExceptionTypeId
}

Source

Since v2.0.0