@dolittle/sdk.services
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
18 lines • 1.2 kB
JavaScript
;
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports.WaitingForProcessorsCompletionCancelled = void 0;
/**
* Exception that gets thrown when waiting for procesors to complete is cancelled.
*/
class WaitingForProcessorsCompletionCancelled extends Error {
/**
* Initialises a new instance of the {@link WaitingForProcessorsCompletionCancelled} class.
*/
constructor() {
super('Waiting for processors to complete was cancelled');
}
}
exports.WaitingForProcessorsCompletionCancelled = WaitingForProcessorsCompletionCancelled;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiV2FpdGluZ0ZvclByb2Nlc3NvcnNDb21wbGV0aW9uQ2FuY2VsbGVkLmpzIiwic291cmNlUm9vdCI6Ii4uLyIsInNvdXJjZXMiOlsiV2FpdGluZ0ZvclByb2Nlc3NvcnNDb21wbGV0aW9uQ2FuY2VsbGVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSwrQ0FBK0M7QUFDL0MscUdBQXFHOzs7QUFFckc7O0dBRUc7QUFDSCxNQUFhLHVDQUF3QyxTQUFRLEtBQUs7SUFDOUQ7O09BRUc7SUFDSDtRQUNJLEtBQUssQ0FBQyxrREFBa0QsQ0FBQyxDQUFDO0lBQzlELENBQUM7Q0FDSjtBQVBELDBGQU9DIn0=