Member Junction
    Preparing search index...

    Structured error that wraps an original Error with metadata useful for the engine's error recovery logic.

    Index

    Constructors

    Properties

    Category: ErrorCategory

    Categorization of the error for recovery routing

    Message: string

    Human-readable error message

    OriginalError?: Error

    The original Error for stack trace preservation

    StepNumber?: number

    Step number where the error occurred (if applicable)