Home / Type/ CodeGraphEnvelopeAsync Type — typescript-sdk Architecture

CodeGraphEnvelopeAsync Type — typescript-sdk Architecture

Architecture documentation for the CodeGraphEnvelopeAsync type/interface in CodeGraphEnvelopeAsync.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  d29f02b2_2e4d_bbc4_1016_609e695e8033["CodeGraphEnvelopeAsync"]
  7a352295_096b_bb53_0046_f6c5be0ce3b1["CodeGraphEnvelopeAsync.ts"]
  d29f02b2_2e4d_bbc4_1016_609e695e8033 -->|defined in| 7a352295_096b_bb53_0046_f6c5be0ce3b1
  style d29f02b2_2e4d_bbc4_1016_609e695e8033 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/CodeGraphEnvelopeAsync.ts lines 28–59

export interface CodeGraphEnvelopeAsync {
    /**
     * Current status of the job.
     * @type {string}
     * @memberof CodeGraphEnvelopeAsync
     */
    status: CodeGraphEnvelopeAsyncStatusEnum;
    /**
     * Unique identifier for the job.
     * @type {string}
     * @memberof CodeGraphEnvelopeAsync
     */
    jobId: string;
    /**
     * Recommended seconds to wait before polling again.
     * @type {number}
     * @memberof CodeGraphEnvelopeAsync
     */
    retryAfter?: number;
    /**
     * Error message (present when status is failed).
     * @type {string}
     * @memberof CodeGraphEnvelopeAsync
     */
    error?: string;
    /**
     * 
     * @type {CodeGraphEnvelope}
     * @memberof CodeGraphEnvelopeAsync
     */
    result?: CodeGraphEnvelope;
}

Frequently Asked Questions

What is the CodeGraphEnvelopeAsync type?
CodeGraphEnvelopeAsync is a type/interface in the typescript-sdk codebase, defined in src/models/CodeGraphEnvelopeAsync.ts.
Where is CodeGraphEnvelopeAsync defined?
CodeGraphEnvelopeAsync is defined in src/models/CodeGraphEnvelopeAsync.ts at line 28.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free