UNPKG

sesterce-cli

Version:

A powerful command-line interface tool for managing Sesterce Cloud services. Sesterce CLI provides easy access to GPU cloud instances, AI inference services, container registries, and SSH key management directly from your terminal.

11 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListVolumesError = void 0; class ListVolumesError { constructor(message) { this.message = "Error fetching volumes"; this.message += `: ${message}`; } } exports.ListVolumesError = ListVolumesError; //# sourceMappingURL=list-volume-error.js.map