UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

10 lines (9 loc) 272 B
export declare class JobErrorResponse { private readonly _code; private readonly _message; private readonly _status; constructor(code: string, message: string, status: number); get code(): string; get message(): string; get status(): number; }