2022-08-16 15:30:23 +00:00
ErrInvalidParams : "Request parameter error: {{ .detail }}"
ErrTokenParse : "Token generation error: {{ .detail }}"
2022-12-02 10:52:43 +00:00
ErrInitialPassword : "Initial password error"
2022-08-16 15:30:23 +00:00
ErrInternalServer : "Service internal error: {{ .detail }}"
2022-12-21 04:21:27 +00:00
ErrRecordExist : "Record already exists"
ErrRecordNotFound : "Records not found"
2022-08-17 03:47:56 +00:00
ErrStructTransform : "Type conversion failure: {{ .detail }}"
2022-09-15 09:15:03 +00:00
ErrNotLogin : "User is not Login: {{ .detail }}"
2022-09-29 08:15:59 +00:00
ErrPasswordExpired : "The current password has expired: {{ .detail }}"
2022-12-01 07:48:40 +00:00
ErrNotSupportType : "The system does not support the current type: {{ .detail }}"
2022-12-02 02:31:07 +00:00
#common
ErrNameIsExist : "Name is already exist"
2023-02-21 07:19:12 +00:00
ErrDemoEnvironment : "Demo server, prohibit this operation!"
2023-04-12 06:16:29 +00:00
ErrCmdTimeout : "Command execution timed out! "
2023-07-17 08:34:29 +00:00
ErrCmdIllegal : "The command contains illegal characters. Please modify and try again!"
2023-09-28 07:28:21 +00:00
ErrPortExist : '{{ .port }} port is already occupied by {{ .type }} [{{ .name }}]'
TYPE_APP : "Application"
TYPE_RUNTIME : "Runtime environment"
TYPE_DOMAIN : "Domain name"
2022-12-02 02:31:07 +00:00
2022-12-01 07:48:40 +00:00
#app
2022-12-01 08:45:00 +00:00
ErrPortInUsed : "{{ .detail }} port already in use"
ErrAppLimit : "App exceeds install limit"
2022-12-02 10:17:16 +00:00
ErrAppRequired : "{{ .detail }} app is required"
2022-12-04 09:45:54 +00:00
ErrNotInstall : "App not installed"
2023-08-25 15:40:17 +00:00
ErrPortInOtherApp : "{{ .port }} port already in use by app {{ .apps }}"
2023-03-06 09:24:00 +00:00
ErrDbUserNotValid : "Stock database, username and password do not match! "
2023-03-06 10:12:31 +00:00
ErrDockerComposeNotValid : "docker-compose file format error!"
2023-03-08 15:58:42 +00:00
ErrUpdateBuWebsite : 'The application was updated successfully, but the modification of the website configuration file failed, please check the configuration!'
2023-03-22 10:22:29 +00:00
Err1PanelNetworkFailed : 'Default container network creation failed! {{ .detail }}'
2023-05-15 14:40:05 +00:00
ErrFileParse : 'Application docker-compose file parsing failed!'
ErrInstallDirNotFound : 'installation directory does not exist'
2023-05-22 09:10:51 +00:00
AppStoreIsUpToDate : 'The app store is already up to date! '
2023-05-31 06:51:01 +00:00
LocalAppVersionNull : 'The {{.name}} app is not synced to version! Could not add to application list'
LocalAppVersionErr : '{{.name}} failed to sync version {{.version}}! {{.err}}'
ErrFileNotFound : '{{.name}} file does not exist'
ErrFileParseApp : 'Failed to parse {{.name}} file {{.err}}'
ErrAppDirNull : 'version folder does not exist'
LocalAppErr : "App {{.name}} sync failed! {{.err}}"
2023-05-31 07:39:04 +00:00
ErrContainerName : "ContainerName is already exist"
2023-06-01 06:47:13 +00:00
ErrAppSystemRestart : "1Panel restart causes the task to terminate"
2023-06-01 09:05:14 +00:00
ErrCreateHttpClient : "Failed to create HTTP request {{.err}}"
ErrHttpReqTimeOut : "Request timed out {{.err}}"
ErrHttpReqFailed : "Request failed {{.err}}"
ErrHttpReqNotFound : "The file does not exist"
ErrNoSuchHost : "Network connection failed"
2023-07-03 13:56:14 +00:00
ErrImagePullTimeOut : 'Image pull timeout'
2023-07-06 08:30:22 +00:00
ErrContainerNotFound : '{{ .name }} container does not exist'
ErrContainerMsg : '{{ .name }} container is abnormal, please check the log on the container page for details'
2023-07-25 09:22:20 +00:00
ErrAppBackup : '{{ .name }} application backup failed err {{.err}}'
2023-08-11 07:52:13 +00:00
ErrImagePull : '{{ .name }} image pull failed err {{.err}}'
2023-08-25 10:44:11 +00:00
ErrVersionTooLow : 'The current 1Panel version is too low to update the app store, please upgrade the version'
2023-10-10 11:26:32 +00:00
ErrAppNameExist : 'App name is already exist'
2022-12-02 10:17:16 +00:00
#file
ErrFileCanNotRead : "File can not read"
2022-12-04 08:10:48 +00:00
ErrFileToLarge : "file is too large"
2023-02-09 06:31:05 +00:00
ErrPathNotFound : "Path is not found"
2023-03-10 03:44:58 +00:00
ErrMovePathFailed : "The target path cannot contain the original path!"
2023-03-10 08:01:36 +00:00
ErrLinkPathNotFound : "Target path does not exist!"
ErrFileIsExit : "File already exists!"
2023-05-27 15:15:30 +00:00
ErrFileUpload : "Failed to upload file {{.name}} {{.detail}}"
2023-05-29 16:00:56 +00:00
ErrFileDownloadDir : "Download folder not supported"
2023-10-16 07:48:06 +00:00
ErrCmdNotFound : "{{ .name}} command does not exist, please install this command on the host first"
2023-10-18 09:02:24 +00:00
ErrSourcePathNotFound : "Source directory does not exist"
2023-10-20 09:56:46 +00:00
ErrFavoriteExist : "This path has been collected"
2022-12-04 08:10:48 +00:00
#website
ErrDomainIsExist : "Domain is already exist"
2022-12-05 07:50:53 +00:00
ErrAliasIsExist : "Alias is already exist"
2022-12-12 07:36:45 +00:00
ErrAppDelete : 'Other Website use this App'
2023-03-07 08:44:16 +00:00
ErrGroupIsUsed : 'The group is in use and cannot be deleted'
2023-07-13 11:51:17 +00:00
ErrBackupMatch: 'the backup file does not match the current partial data of the website : {{ .detail}}"'
ErrBackupExist: 'the backup file corresponds to a portion of the original data that does not exist : {{ .detail}}"'
2023-07-25 09:20:25 +00:00
ErrPHPResource : 'The local runtime does not support switching! '
2023-09-05 14:28:11 +00:00
ErrPathPermission : 'A folder with non-1000:1000 permissions was detected in the index directory, which may cause Access denied errors when accessing the website.'
2023-10-27 07:13:25 +00:00
ErrDomainIsUsed : "Domain is already used by website {{ .name }}"
2023-11-02 10:36:55 +00:00
ErrDomainFormat : "{{ .name }} domain format error"
2022-12-05 07:50:53 +00:00
#ssl
ErrSSLCannotDelete : "The certificate is being used by the website and cannot be removed"
2023-01-04 03:44:43 +00:00
ErrAccountCannotDelete : "The certificate associated with the account cannot be deleted"
2023-02-20 09:04:59 +00:00
ErrSSLApply : "The certificate continues to be signed successfully, but openresty reload fails, please check the configuration! "
2023-03-07 08:44:16 +00:00
ErrEmailIsExist : 'Email is already exist'
2023-07-05 08:24:19 +00:00
ErrSSLKeyNotFound : 'The private key file does not exist'
ErrSSLCertificateNotFound : 'The certificate file does not exist'
2023-07-11 10:21:10 +00:00
ErrSSLKeyFormat : 'Private key file verification error'
2023-07-05 08:24:19 +00:00
ErrSSLCertificateFormat : 'Certificate file format error, please use pem format'
2023-03-07 08:44:16 +00:00
#mysql
ErrUserIsExist : "The current user already exists. Please enter a new user"
2023-03-08 09:02:06 +00:00
ErrDatabaseIsExist : "The current database already exists. Please enter a new database"
2023-07-19 08:25:41 +00:00
ErrExecTimeOut : "SQL execution timed out, please check the database"
2023-09-16 05:16:15 +00:00
ErrRemoteExist : "The remote database already exists with that name, please modify it and try again"
ErrLocalExist : "The local database already exists with that name, please modify it and try again"
2023-03-08 09:02:06 +00:00
#redis
2023-03-15 08:48:26 +00:00
ErrTypeOfRedis : "The recovery file type does not match the current persistence mode. Modify the file type and try again"
#container
2023-03-16 07:03:44 +00:00
ErrInUsed : "{{ .detail }} is in use and cannot be deleted"
2023-03-30 08:47:47 +00:00
ErrObjectInUsed : "This object is in use and cannot be deleted"
2023-07-13 06:09:23 +00:00
ErrPortRules : "The number of ports does not match, please re-enter!"
2023-03-30 08:47:47 +00:00
#runtime
ErrDirNotFound : "The build folder does not exist! Please check file integrity! "
2023-03-31 06:02:28 +00:00
ErrFileNotExist : "{{ .detail }} file does not exist! Please check source file integrity! "
2023-04-02 08:54:00 +00:00
ErrImageBuildErr : "Image build failed"
2023-04-05 16:09:58 +00:00
ErrImageExist : "Image is already exist! "
2023-04-17 08:06:28 +00:00
ErrDelWithWebsite : "The operating environment has been associated with a website and cannot be deleted"
2023-09-25 09:50:14 +00:00
ErrRuntimeStart : "Failed to start"
ErrPackageJsonNotFound : "package.json file does not exist"
ErrScriptsNotFound : "No scripts configuration item was found in package.json"
2023-09-26 14:50:16 +00:00
ErrContainerNameNotFound : "Unable to get container name, please check .env file"
2023-10-09 11:36:32 +00:00
ErrNodeModulesNotFound : "The node_modules folder does not exist! Please edit the running environment or wait for the running environment to start successfully"
2023-04-17 08:06:28 +00:00
#setting
2023-06-07 06:53:24 +00:00
ErrBackupInUsed : "The backup account is already being used in a cronjob and cannot be deleted."
2023-10-17 09:58:21 +00:00
ErrBackupCheck : "Backup account test connection failed {{ .err}}"
2023-07-31 03:28:41 +00:00
ErrOSSConn : "Unable to successfully request the latest version. Please check if the server can connect to the external network environment."
2023-09-06 07:00:12 +00:00
ErrEntrance : "Security entrance information error. Please check and try again!"
2023-06-07 06:53:24 +00:00
2023-07-31 03:28:41 +00:00
#tool
2023-08-01 09:31:42 +00:00
ErrConfigNotFound : "Configuration file does not exist"
ErrConfigParse : "Configuration file format error"
ErrConfigIsNull : "The configuration file is not allowed to be empty"
ErrConfigDirNotFound : "The running directory does not exist"
ErrConfigAlreadyExist : "A configuration file with the same name already exists"
2023-09-20 06:18:20 +00:00
ErrUserFindErr : "Failed to find user {{ .name }} {{ .err }}"
#ssh
2023-10-23 03:28:33 +00:00
ErrFirewall : "No firewalld or ufw service is detected. Please check and try again!"
#cronjob
2023-10-23 06:03:19 +00:00
ErrBashExecute : "Script execution error, please check the specific information in the task output text area."