UNPKG

recallrai

Version:

Official Node.js SDK for RecallrAI - Revolutionary contextual memory system that enables AI assistants to form meaningful connections between conversations, just like human memory.

11 lines (10 loc) 388 B
import { RecallrAIError } from "./base"; export declare class ServerError extends RecallrAIError { constructor(message: string, httpStatus: number); } export declare class InternalServerError extends ServerError { constructor(message: string, httpStatus: number); } export declare class RateLimitError extends ServerError { constructor(message: string, httpStatus: number); }