@hashgraph/solo
    Preparing search index...
    Index

    Constructors

    Properties

    DEPLOYMENT_NAME_ALREADY_EXISTS: (deploymentName: string) => string = ...
    INVALID_CONTEXT_FOR_CLUSTER: (context: string, cluster?: string) => string = ...
    INVALID_CONTEXT_FOR_CLUSTER_DETAILED: (
        context: string,
        cluster?: string,
    ) => string = ...
    LOCAL_CONFIG_CONTEXT_CLUSTER_MAPPING_FORMAT: string = 'Wrong clusterRefs format'
    LOCAL_CONFIG_DEPLOYMENT_DOES_NOT_EXIST: string = 'The selected deployment does not correspond to a deployment in the local configuration'
    LOCAL_CONFIG_DOES_NOT_EXIST: string = 'Please create a local configuration first. Run "solo deployment config create"'
    LOCAL_CONFIG_GENERIC: string = 'Validation of local config failed'
    LOCAL_CONFIG_INVALID_DEPLOYMENTS_FORMAT: string = 'Wrong deployments format'
    LOCAL_CONFIG_INVALID_SOLO_VERSION: string = 'Invalid solo version'
    LOCAL_CONFIG_MODIFY_BEFORE_LOADING: string = 'Attempting to modify local config before loading it'
    LOCAL_CONFIG_READING_BEFORE_LOADING: string = 'Attempting to read from local config before loading it'
    LOCAL_CONFIG_WRITING_BEFORE_LOADING: string = 'Attempting to write local config before loading it'
    REMOTE_CONFIG_IS_INVALID: (cluster: string) => string = ...
    REMOTE_CONFIGS_DO_NOT_MATCH: (cluster1: string, cluster2: string) => string = ...