UNPKG

clevertype

Version:

An extensive Javascript/Typescript API wrapper for Cleverbot

12 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Exceptions = { '401': 'Invalid API Key', '404': 'API Was not found', '413': 'The request was too large (over 64kb)', '414': 'The request was too large (over 64kb)', '502': 'Could not get a reply from Cleverbot API Servers', '503': 'Too many requests', '504': 'Could not get a reply from Cleverbot API Servers', }; //# sourceMappingURL=Exceptions.js.map