UNPKG

@dolittle/sdk.tenancy

Version:

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

12 lines 436 B
import { Exception } from '@dolittle/rudiments'; /** * Exception that gets thrown when getting all tenants fails. */ export declare class FailedToGetAllTenants extends Exception { /** * Initializes a new instance of the {@link FailedToGetAllTenants} class. * @param {string} failureReason - The reason for the failure. */ constructor(failureReason: string); } //# sourceMappingURL=FailedToGetAllTenants.d.ts.map