@dolittle/sdk.resilience
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
18 lines • 968 B
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.RetryCancelled = void 0;
/**
* The exception that gets thrown when a retrying observable is cancelled.
*/
class RetryCancelled extends Error {
/**
* Initialises a new instance of the {@link RetryCancelled} class.
*/
constructor() {
super('Retry was cancelled');
}
}
exports.RetryCancelled = RetryCancelled;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUmV0cnlDYW5jZWxsZWQuanMiLCJzb3VyY2VSb290IjoiLi4vIiwic291cmNlcyI6WyJSZXRyeUNhbmNlbGxlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsK0NBQStDO0FBQy9DLHFHQUFxRzs7O0FBRXJHOztHQUVHO0FBQ0gsTUFBYSxjQUFlLFNBQVEsS0FBSztJQUNyQzs7T0FFRztJQUNIO1FBQ0ksS0FBSyxDQUFDLHFCQUFxQixDQUFDLENBQUM7SUFDakMsQ0FBQztDQUNKO0FBUEQsd0NBT0MifQ==