DomainClassificationResponseAsync Type — typescript-sdk Architecture
Architecture documentation for the DomainClassificationResponseAsync type/interface in DomainClassificationResponseAsync.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/models/DomainClassificationResponseAsync.ts lines 28–59
export interface DomainClassificationResponseAsync {
/**
* Current status of the job.
* @type {string}
* @memberof DomainClassificationResponseAsync
*/
status: DomainClassificationResponseAsyncStatusEnum;
/**
* Unique identifier for the job.
* @type {string}
* @memberof DomainClassificationResponseAsync
*/
jobId: string;
/**
* Recommended seconds to wait before polling again.
* @type {number}
* @memberof DomainClassificationResponseAsync
*/
retryAfter?: number;
/**
* Error message (present when status is failed).
* @type {string}
* @memberof DomainClassificationResponseAsync
*/
error?: string;
/**
*
* @type {DomainClassificationResponse}
* @memberof DomainClassificationResponseAsync
*/
result?: DomainClassificationResponse;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free