@runloop/api-client - v1.4.0
    Preparing search index...

    Failure information if the scenario failed or timed out. Contains exception type and message.

    interface FailureReason {
        exception_message: string;
        exception_type: string;
    }
    Index

    Properties

    exception_message: string

    The exception message providing context

    exception_type: string

    The exception class name (e.g., 'TimeoutException', 'AgentTimeoutError')