UNPKG

doc_chat_ai

Version:

Backend SDK for ChatAI - Simple and efficient communication with ChatAI API

13 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatAIError = void 0; class ChatAIError extends Error { constructor(message, status, response) { super(message); this.status = status; this.response = response; this.name = "ChatAIError"; } } exports.ChatAIError = ChatAIError; //# sourceMappingURL=types.js.map