Module: Message
- Defined in:
- lib/app42/base/message.rb
Constant Summary collapse
- KEYS_NOT_FIND =
key related messages
"=== API key and Secret key not found. ==="- SOMETHING_WRONG =
"=== Something went wrong ==="- KEYS_CLEARED =
"=== API key and Secret key have been deleted. ==="- KEYS =
"=== API/Secret Key ==="- KEYS_EXIST =
"API/Secret key already added."- WRONG_KEY =
"Either API key or Secret key is not valid."- ADD_KEY =
"Please add your API key and Secret key."- MORE_THAN_ONE_BINARY =
app related message
"More than one binary exists at the specified location. Please choose one."- NO_BINARY =
"No binary exists at the specified location."- NO_APP =
"No App found."- NO_CUSTOM_URLS =
"No Custom URLs found."- WAIT_FOR_WHILE =
"Please be patient... This process may take a while to complete."- LATEST_S_WAIT =
"\nOperation is in progress, Please wait..."- LATEST_S_INTERRUPT =
"\nYour request is being processed. Please check the request status after sometime."- NOT_A_VALID_NUM =
"Instance(s) count should be a valid number and greater than zero."- NOT_A_VALID_KONTENA =
"Kontena(s) count should be a valid number and greater than zero."- REQUEST_PROGRESS =
"\nYour request is in progress. Please check the request status after sometime."- LOG_MESSAGE =
"Please visit below URL(s) to access app logs"- IP_NOT_VALID =
validation message
"Please provide the valid Source IP."- ACCESS_TIME =
"Access time should be a valid number and it should not be more than 720(1 month) hours."- BIND_NOTE =
"Please Provide Source IP\n(For public access, use '0.0.0.0')"- UNBIND_NOTE =
"Please Provide Source IP"- ACCESS_TIME_NOTE =
"Please provide the time duration(in hours) you want to bind IP(0 for unlimited access)"- GIT_URL_NOT_VALID =
"App git url is not valid."- SERVER_ERROR =
REST CLIENT EXCEPTION
"Something went wrong. We will look into the issue. For further information, Please drop a mail to '[email protected]'."- COULD_NOT_CONNECT =
"Could not connect to the App42PaaS server."- NW_CONNECTION_ERROR =
"Please check your n/w connection."- TIME_OUT_ERROR =
"Request Timed Out. Please try after some time."- BAD_RESPONSE_ERROR =
"Received bad HTTP response from"- HIGHLY_CONF =
BPaaS, GPaaS and WordPress
"You are already at highest configuration."- LOW_CONF =
"You are already at lowest configuration."- URL_WILL_CHANGE =
"\nStopping setup will modify your app public URL. Are you sure you want to stop Setup 'gpaas'?"- ADD_STATIC_IP =
"Do you want to add Static IP?"- BPAAS_SUCCESSFUL =
"Your BPaaS setup has been completed successfully, For details, Login to PaaSHQ console."- GPAAS_SUCCESSFUL =
"Your GPaaS setup has been completed successfully, For details, Login to PaaSHQ console."- WORDPRESS_SUCCESSFUL =
"Your WordPress setup has been completed successfully, For details, Login to PaaSHQ console."