UNPKG

@dolittle/sdk.resources

Version:

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

13 lines 594 B
import { Exception } from '@dolittle/rudiments'; import { TenantId } from '@dolittle/sdk.execution'; /** * Exception that gets thrown when attempting to get resources for a {@link TenantId} that the client has not fetched resources for. */ export declare class ResourcesNotFetchedForTenant extends Exception { /** * Initialises a new instance of the {@link ResourcesNotFetchedForTenant} class. * @param {TenantId} tenant - The tenant that resources has not been fetched for. */ constructor(tenant: TenantId); } //# sourceMappingURL=ResourcesNotFetchedForTenant.d.ts.map