All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.errors.org.seedstack.seed.shell.internal.ShellErrorCode.properties Maven / Gradle / Ivy

The newest version!
#
# Copyright (c) 2013-2015 by The SeedStack authors. All rights reserved.
#
# This file is part of SeedStack, An enterprise-oriented full development stack.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

MODE_SYNTAX_ERROR.message = Syntax error when parsing ${value}.
MODE_SYNTAX_ERROR.fix = Syntax for altering mode is: set mode_name [mode_value].
ILLEGAL_MODE_OPTION.message = Illegal mode option. Supported options are: ${supportedOptions}.
COMMAND_PARSING_ERROR.message = Unable to parse the command.
ILLEGAL_MODE.message = Illegal mode. Supported modes are: ${supportedModes}.
COMMAND_PARSING_ERROR.fix = Make sure the command starts with [scope:]name and try again.
COMMAND_SYNTAX_ERROR.message = Syntax error when parsing ${value}.
COMMAND_SYNTAX_ERROR.fix = Try correcting command arguments and options and try again.
MISSING_COMMAND.message = Missing command.
OPTIONS_SYNTAX_ERROR.message = Syntax error in command options.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy