claudius-chat-widget
    Preparing search index...

    Interface ChatErrorResponse

    Error response body returned by the Worker when a chat request fails.

    interface ChatErrorResponse {
        code?: string;
        error: string;
    }
    Index

    Properties

    Properties

    code?: string

    Optional machine-readable error code (e.g. "RATE_LIMITED").

    error: string

    Human-readable error message.