UNPKG

@dolittle/sdk.artifacts

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

13 lines 625 B
import { Exception } from '@dolittle/rudiments'; /** * The exception that gets thrown when using a {@link NestedMap} with an incorrect number of primitive keys. */ export declare class IncorrectNumberOfPrimitiveKeysProvided extends Exception { /** * Initialises a new instance of the {@link IncorrectNumberOfPrimitiveKeysProvided} class. * @param {number} numberOfKeys - The number of primitive keys provided. * @param {number} depth - The depth of the {@link NestedMap}. */ constructor(numberOfKeys: number, depth: number); } //# sourceMappingURL=IncorrectNumberOfPrimitiveKeysProvided.d.ts.map