UNPKG

@adobe/pdfservices-node-sdk

Version:

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

20 lines (19 loc) 950 B
export declare class CustomErrorMessages { static readonly GENERIC_CAN_NOT_BE_NULL: string; static readonly GENERIC_CAN_NOT_BE_UNDEFINED_OR_NULL: string; static readonly GENERIC_CAN_NOT_BE_NULL_OR_EMPTY: string; static readonly SET_OUTPUT_VALIDATE: string; static readonly SET_SEAL_ASSET_VALIDATE: string; static readonly SERVICE_UNAVAILABLE: string; static readonly GATEWAY_TIMEOUT: string; static readonly BAD_GATEWAY: string; static readonly UNKNOWN_ERROR: string; static readonly REQUEST_ENTITY_LARGE: string; static readonly PROXY_AUTH_FAILED: string; static readonly GENERIC_VALID_NUMBER: string; static readonly GENERIC_VALID_NON_NEGATIVE_NUMBER: string; static readonly GENERIC_VALID_POSITIVE_NUMBER: string; static readonly GENERIC_VALID_INTEGER: string; static readonly GENERIC_VALID_NON_NEGATIVE_INTEGER: string; static readonly GENERIC_VALID_POSITIVE_INTEGER: string; }