effect-io-ai

Package: effect
Module: Cause

Cause.IllegalArgumentException

An error representing an invalid argument passed to a method.

Details

This interface is used for signaling that a function or method received an argument that does not meet its preconditions.

Signature

export interface IllegalArgumentException extends YieldableError {
  readonly _tag: "IllegalArgumentException"
  readonly [IllegalArgumentExceptionTypeId]: IllegalArgumentExceptionTypeId
}

Source

Since v2.0.0