
com.tencentcloudapi.tem.v20210701.TemErrorCode Maven / Gradle / Ivy
package com.tencentcloudapi.tem.v20210701;
public enum TemErrorCode {
// Request timed out
INTERNALERROR_ACTIONREADTIMEOUT("InternalError.ActionReadTimeout"),
// Exception occurs while adding the subnet/virtual node
INTERNALERROR_ADDNEWNODEERROR("InternalError.AddNewNodeError"),
// Failed to create the APM resource
INTERNALERROR_CREATEAPMRESOURCEERROR("InternalError.CreateApmResourceError"),
// Failed to create the underlayer cluster
INTERNALERROR_CREATEEKSCLUSTERERROR("InternalError.CreateEksClusterError"),
// Failed to create the service.
INTERNALERROR_CREATESERVICEERROR("InternalError.CreateServiceError"),
// The server is busy. Retry later.
INTERNALERROR_DEFAULTINTERNALERROR("InternalError.DefaultInternalError"),
// Failed to delete the ingress
INTERNALERROR_DELETEINGRESSERROR("InternalError.DeleteIngressError"),
// Failed to delete the application
INTERNALERROR_DELETESERVICEERROR("InternalError.DeleteServiceError"),
// Failed to invoke the version deployment
INTERNALERROR_DEPLOYVERSIONERROR("InternalError.DeployVersionError"),
//
INTERNALERROR_DESCRIBEINGRESSERROR("InternalError.DescribeIngressError"),
// Failed to query the instance information
INTERNALERROR_DESCRIBERUNPODLISTERROR("InternalError.DescribeRunPodListError"),
// Failed to query the list of ingress associated with the service.
INTERNALERROR_DESCRIBESERVICEINGRESSERROR("InternalError.DescribeServiceIngressError"),
// Failed to query the service list
INTERNALERROR_DESCRIBESERVICELISTERROR("InternalError.DescribeServiceListError"),
// Failed to restart
INTERNALERROR_RESTARTAPPLICATIONERROR("InternalError.RestartApplicationError"),
// Failed to stop an application
INTERNALERROR_STOPAPPLICATIONERROR("InternalError.StopApplicationError"),
// Failed to update the ingress
INTERNALERROR_UPDATEINGRESSERROR("InternalError.UpdateIngressError"),
//
INVALIDPARAMETERVALUE_APMNOTBIND("InvalidParameterValue.ApmNotBind"),
// Only one auto scaler can be specified.
INVALIDPARAMETERVALUE_AUTOSCALERLARGERTHANONE("InvalidParameterValue.AutoScalerLargerThanOne"),
//
INVALIDPARAMETERVALUE_CANNOTOVERWRITEOTHERAPPLICATIONSERVICE("InvalidParameterValue.CannotOverWriteOtherApplicationService"),
// The version number is invalid.
INVALIDPARAMETERVALUE_INVALIDDEPLOYVERSION("InvalidParameterValue.InvalidDeployVersion"),
//
INVALIDPARAMETERVALUE_INVALIDENVNAME("InvalidParameterValue.InvalidEnvName"),
//
INVALIDPARAMETERVALUE_INVALIDMOUNTPATH("InvalidParameterValue.InvalidMountPath"),
// Invalid application name
INVALIDPARAMETERVALUE_INVALIDSERVICENAME("InvalidParameterValue.InvalidServiceName"),
//
INVALIDPARAMETERVALUE_JDKVERSIONREQUIRED("InvalidParameterValue.JdkVersionRequired"),
// The environment already exists.
INVALIDPARAMETERVALUE_NAMESPACEDUPLICATEERROR("InvalidParameterValue.NamespaceDuplicateError"),
// The namespace does not belong to the current account.
INVALIDPARAMETERVALUE_NAMESPACENOTBELONGTOAPPID("InvalidParameterValue.NamespaceNotBelongToAppid"),
// Failed to create the environment. The upper limit of environment is reached.
INVALIDPARAMETERVALUE_NAMESPACEREACHMAXIMUM("InvalidParameterValue.NamespaceReachMaximum"),
// Failed to create the environment. The upper limit of environment is reached.
INVALIDPARAMETERVALUE_NAMESPACERESOURCEREACHMAXIMUM("InvalidParameterValue.NamespaceResourceReachMaximum"),
//
INVALIDPARAMETERVALUE_OSNOTSUPPORT("InvalidParameterValue.OsNotSupport"),
// Public image parameter error
INVALIDPARAMETERVALUE_PUBLICREPOTYPEPARAMETERERROR("InvalidParameterValue.PublicRepoTypeParameterError"),
//
INVALIDPARAMETERVALUE_REGISTRYNOTBIND("InvalidParameterValue.RegistryNotBind"),
// There are running pods in this application.
INVALIDPARAMETERVALUE_SERVICEFOUNDRUNNINGVERSION("InvalidParameterValue.ServiceFoundRunningVersion"),
// The application name must be in lowercase.
INVALIDPARAMETERVALUE_SERVICELOWERCASE("InvalidParameterValue.ServiceLowerCase"),
// This application name already exists.
INVALIDPARAMETERVALUE_SERVICENAMEDUPLICATEERROR("InvalidParameterValue.ServiceNameDuplicateError"),
//
INVALIDPARAMETERVALUE_SERVICENOTBELONGTOAPPID("InvalidParameterValue.ServiceNotBelongToAppid"),
// Failed to create the instance. The upper limit is reached.
INVALIDPARAMETERVALUE_SERVICEPODREACHMAXIMUM("InvalidParameterValue.ServicePodReachMaximum"),
// Failed to create the application. The upper limit is reached.
INVALIDPARAMETERVALUE_SERVICEREACHMAXIMUM("InvalidParameterValue.ServiceReachMaximum"),
//
INVALIDPARAMETERVALUE_TEMIDINVALID("InvalidParameterValue.TemIdInvalid"),
// Linkage tracing is not available for non-JAVA applications.
INVALIDPARAMETERVALUE_TRAITSTRACINGNOTSUPPORTED("InvalidParameterValue.TraitsTracingNotSupported"),
//
INVALIDPARAMETERVALUE_VERSIONLENGTHLIMIT("InvalidParameterValue.VersionLengthLimit"),
// The version must be in lower case.
INVALIDPARAMETERVALUE_VERSIONLOWERCASE("InvalidParameterValue.VersionLowerCase"),
// There is still traffic routed to this version.
INVALIDPARAMETERVALUE_VERSIONROUTERATENOTZERO("InvalidParameterValue.VersionRouteRateNotZero"),
//
MISSINGPARAMETER_DEPLOYMODENULL("MissingParameter.DeployModeNull"),
// The deployment version cannot be empty.
MISSINGPARAMETER_DEPLOYVERSIONNULL("MissingParameter.DeployVersionNull"),
//
MISSINGPARAMETER_LOGSETORTOPICNULL("MissingParameter.LogsetOrTopicNull"),
// The environment ID can not be left empty.
MISSINGPARAMETER_NAMESPACEIDNULL("MissingParameter.NamespaceIdNull"),
// The package name cannot be left empty.
MISSINGPARAMETER_PKGNAMENULL("MissingParameter.PkgNameNull"),
// The service ID cannot be empty.
MISSINGPARAMETER_SERVICEIDNULL("MissingParameter.ServiceIdNull"),
// The image repository is not ready.
MISSINGPARAMETER_SVCREPONOTREADY("MissingParameter.SvcRepoNotReady"),
// Insufficient account balance.
OPERATIONDENIED_BALANCENOTENOUGH("OperationDenied.BalanceNotEnough"),
// There’re overdue payments under your account. Please make the payment first.
OPERATIONDENIED_RESOURCEISOLATED("OperationDenied.ResourceIsolated"),
// The specified resource is occupied by another operation. Please try again later.
RESOURCEINUSE_RESOURCEALREADYLOCKED("ResourceInUse.ResourceAlreadyLocked"),
// This resource is already bound.
RESOURCEINUSE_RESOURCEALREADYUSED("ResourceInUse.ResourceAlreadyUsed"),
// The target microservice is offline.
RESOURCENOTFOUND_MICROSERVICEOFFLINE("ResourceNotFound.MicroserviceOffline"),
// The environment does not exist.
RESOURCENOTFOUND_NAMESPACENOTFOUND("ResourceNotFound.NamespaceNotFound"),
// The application is not found.
RESOURCENOTFOUND_SERVICENOTFOUND("ResourceNotFound.ServiceNotFound"),
// No running pod is found.
RESOURCENOTFOUND_SERVICERUNNINGVERSIONNOTFOUND("ResourceNotFound.ServiceRunningVersionNotFound"),
// The environment corresponding to this version is not found.
RESOURCENOTFOUND_VERSIONNAMESPACENOTFOUND("ResourceNotFound.VersionNamespaceNotFound"),
// The environment corresponding to this version is not found.
RESOURCENOTFOUND_VERSIONSERVICENOTFOUND("ResourceNotFound.VersionServiceNotFound"),
//
RESOURCEUNAVAILABLE_APPLICATIONNOTDELETABLE("ResourceUnavailable.ApplicationNotDeletable"),
// Waiting for the installation of addon
RESOURCEUNAVAILABLE_WAITFORKRUISE("ResourceUnavailable.WaitForKruise"),
//
UNAUTHORIZEDOPERATION_MISSINGEKSLOGROLE("UnauthorizedOperation.MissingEksLogRole"),
// Not authorized
UNAUTHORIZEDOPERATION_UNAUTHORIZEDOPERATION("UnauthorizedOperation.UnauthorizedOperation"),
// ACTION not supported
UNSUPPORTEDOPERATION_UNSUPPORTACTION("UnsupportedOperation.UnsupportAction");
private String value;
private TemErrorCode (String value){
this.value = value;
}
/**
* @return errorcode value
*/
public String getValue() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy