@salesforce/agents
    Preparing search index...

    Type Alias AgentPreviewError

    type AgentPreviewError = {
        error: string;
        message: string;
        path: string;
        requestId: string;
        status: number;
        timestamp: number;
    }
    Index

    Properties

    error: string
    message: string
    path: string
    requestId: string
    status: number
    timestamp: number