import type * as SarvamAI from "../index.js"; export interface DocDigitizationErrorDetails { /** Message describing the error */ message: string; /** Error code for the specific error that has occurred. */ code: SarvamAI.DocDigitizationErrorCode; /** Unique identifier for the request. Format: date_UUID4 */ request_id?: string | undefined; }