// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP'; export interface RemoteExceptionP { 'exceptionType'?: (string); 'message'?: (string); 'remoteStackTrace'?: (string); 'rootException'?: (_ironpdfengineproto_RemoteExceptionP | null); '_rootException'?: "rootException"; } export interface RemoteExceptionP__Output { 'exceptionType'?: (string); 'message'?: (string); 'remoteStackTrace'?: (string); 'rootException'?: (_ironpdfengineproto_RemoteExceptionP__Output); }