Package: effect
Module: Cause
An error that occurs when resource capacity is exceeded.
Signature
export interface ExceededCapacityException extends YieldableError {
readonly _tag: "ExceededCapacityException"
readonly [ExceededCapacityExceptionTypeId]: ExceededCapacityExceptionTypeId
}
Since v3.5.0