effect-io-ai

Package: effect
Module: PlatformError

PlatformError.SystemError

Error data for a platform or system operation failure.

When to use

Use when you need normalized reason data for a platform or system operation failure, including the operation details.

Details

The error records a normalized _tag, the module and method that failed, and optional details such as the syscall, path or descriptor, description, and original cause. It is usually wrapped in PlatformError.

See

Signature

declare class SystemError

Source

Since v4.0.0