UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

7 lines 468 B
// SPDX-License-Identifier: Apache-2.0 // TODO: This file should be removed and the error messages should be moved to the relevant error classes. export class ErrorMessages { static INVALID_CONTEXT_FOR_CLUSTER_DETAILED = (context, cluster) => `Context ${context} is not valid for cluster ${cluster || ''}. ` + 'Please select a valid context for the cluster or use kubectl to create a new context and try again'; } //# sourceMappingURL=error-messages.js.map