effect-io-ai

Package: effect
Module: Config

Config.ConfigError

Represents the error type produced when config loading or validation fails.

When to use

Use when you need to inspect config loading or validation failures.

Details

Wraps either:

See

Signature

declare class ConfigError { constructor(cause: SourceError | Schema.SchemaError) }

Source

Since v4.0.0