effect-io-ai

Package: effect
Module: Cause

Cause.RuntimeException

An error representing a runtime error.

Details

This interface is used for errors that occur at runtime but are still considered recoverable or typed.

Signature

export interface RuntimeException extends YieldableError {
  readonly _tag: "RuntimeException"
  readonly [RuntimeExceptionTypeId]: RuntimeExceptionTypeId
}

Source

Since v2.0.0