MCPcopy Create free account
hub / github.com/holaboss-ai/holaOS / timeoutErrorMessage

Function timeoutErrorMessage

runtime/api-server/src/runtime-agent-tools.ts:2411–2416  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

2409}
2410
2411function timeoutErrorMessage(error: unknown): string {
2412 if (error instanceof Error && error.message.trim()) {
2413 return error.message;
2414 }
2415 return "download timed out";
2416}
2417
2418async function pathExists(absolutePath: string): Promise<boolean> {
2419 try {

Callers 1

downloadUrlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected