effect-io-ai

Package: effect
Module: ErrorReporter

ErrorReporter.attributes

Defines the string property key used to attach extra key/value metadata to an object error report.

When to use

Use to type the property key that attaches metadata to object error reports.

Details

Reporters receive these attributes alongside the error, making it easy to include contextual information such as user IDs, request IDs, or other domain-specific debugging data.

Signature

type attributes = "~effect/ErrorReporter/attributes"

Source

Since v4.0.0