MCPcopy
hub / github.com/KartikTalwar/gmail.js / error

Method error

src/gmail.d.ts:661–661  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

659
660interface GmailTools {
661 error(str: string): void;
662 parse_url(url: string): StringDict;
663 sleep(milliseconds: number): void;
664 multitry(delay: number, tries: number, func: Function, check: Function, counter?: number, retval?: any): any;

Callers 2

GmailFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected