import type * as SarvamAI from "../index.mjs"; export interface ErrorDetails { request_id?: string | undefined; /** Message describing the error */ message: string; /** Error code for the specific error that has occured. Refer to the error code documentation for more details. */ code: SarvamAI.ErrorCode; }