MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / error

Method error

apps/cloud/worker-configuration.d.ts:168–168  ·  view source on GitHub ↗

* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static)

(...data: any[])

Source from the content-addressed store, hash-verified

166 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static)
167 */
168 error(...data: any[]): void;
169 /**
170 * The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by an additional level, until console/groupEnd_static is called.
171 *

Callers 15

ExpandableCodeBlockFunction · 0.80
handleCopyFunction · 0.80
handleDiscoverFunction · 0.80
handleRegisterDynamicFunction · 0.80
handleSubmitFunction · 0.80
handleSaveFunction · 0.80
handleCheckFunction · 0.80
handleReconnectFunction · 0.80
handleRemoveFunction · 0.80
handleSubmitFunction · 0.80
handleValidateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected