import type * as SarvamAI from "../index.mjs"; export interface ErrorDetails2 { /** 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.ErrorCode2; /** Unique identifier for the request. Format: date_UUID4 */ request_id?: string | undefined; }