Member Junction
    Preparing search index...

    Error from the agent session.

    interface AgentError {
        Code: string;
        IsRecoverable: boolean;
        Message: string;
    }
    Index

    Properties

    Code: string

    Error code for programmatic handling

    IsRecoverable: boolean

    Whether the error is recoverable

    Message: string

    Human-readable error message