@ironsoftware/ironpdf
Version:
IronPDF for Node
19 lines (15 loc) • 696 B
text/typescript
// 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);
}