UNPKG

netstorage

Version:

A TypeScript API and CLI for the Akamai NetStorage REST interface

8 lines (7 loc) 199 B
/** * Error thrown when a required configuration value is missing or invalid. */ export declare class ConfigValidationError extends TypeError { field: string; constructor(field: string); }