clevertype
Version:
An extensive Javascript/Typescript API wrapper for Cleverbot
10 lines (9 loc) • 394 B
text/typescript
export const Exceptions : { [index:string] : string } = {
'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',
};