UNPKG

@adobe/pdfservices-node-sdk

Version:

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

8 lines (7 loc) 306 B
export declare class GlobalConfig { private static readonly httpErrorMap; static readonly LOG_FILE_NAME: string; static readonly DEFAULT_TIMEOUT_IN_MS: number; static isCustomErrorMessageRequired(statusCode: number): boolean; static getCustomErrorMessage(statusCode: number): string; }