MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / error

Method error

src/types.ts:108–108  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

106export interface Logger {
107 info(message: string): void;
108 error(message: string): void;
109}
110
111export interface Spinner {

Callers 6

pollJobStatusFunction · 0.80
subscribeToJobEventsFunction · 0.80
downloadExportedFilesFunction · 0.80
printFailedTaskMessagesFunction · 0.80
createCliFunction · 0.80
createConsoleLoggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected