constructor() — typescript-sdk Function Reference
Architecture documentation for the constructor() function in async.ts from the typescript-sdk codebase.
Entity Profile
Relationship Graph
Source Code
src/async.ts lines 126–133
constructor(
public readonly jobId: string,
public readonly timeoutMs: number,
public readonly attempts: number
) {
super(`Polling timed out for job ${jobId} after ${timeoutMs}ms (${attempts} attempts)`);
this.name = 'PollingTimeoutError';
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free