UNPKG

@dolittle/sdk.protobuf

Version:

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

19 lines 1.18 kB
"use strict"; // 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.MissingFailureIdentifier = void 0; const rudiments_1 = require("@dolittle/rudiments"); /** * Exception that gets thrown when a protobuf failure is missing the identifier. */ class MissingFailureIdentifier extends rudiments_1.Exception { /** * Initializes a new instance of the {@link MissingFailureIdentifier} class. */ constructor() { super('Missing failure identifier during conversion from Protobuf'); } } exports.MissingFailureIdentifier = MissingFailureIdentifier; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTWlzc2luZ0ZhaWx1cmVJZGVudGlmaWVyLmpzIiwic291cmNlUm9vdCI6Ii4uLyIsInNvdXJjZXMiOlsiTWlzc2luZ0ZhaWx1cmVJZGVudGlmaWVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSwrQ0FBK0M7QUFDL0MscUdBQXFHOzs7QUFFckcsbURBQWdEO0FBRWhEOztHQUVHO0FBQ0gsTUFBYSx3QkFBeUIsU0FBUSxxQkFBUztJQUVuRDs7T0FFRztJQUNIO1FBQ0ksS0FBSyxDQUFDLDREQUE0RCxDQUFDLENBQUM7SUFDeEUsQ0FBQztDQUNKO0FBUkQsNERBUUMifQ==