com.tencentcloudapi.scf.v20180416.ScfErrorCode Maven / Gradle / Ivy
package com.tencentcloudapi.scf.v20180416;
public enum ScfErrorCode {
// Operation failed.
FAILEDOPERATION("FailedOperation"),
// Failed to create the API gateway trigger.
FAILEDOPERATION_APIGATEWAY("FailedOperation.ApiGateway"),
// Failed to create the trigger.
FAILEDOPERATION_APIGW("FailedOperation.Apigw"),
// This operation is not supported by the current async event status. Please try again later.
FAILEDOPERATION_ASYNCEVENTSTATUS("FailedOperation.AsyncEventStatus"),
// Failed to replicate the function.
FAILEDOPERATION_COPYFAILED("FailedOperation.CopyFailed"),
// Replication to this region is not supported.
FAILEDOPERATION_COPYFUNCTION("FailedOperation.CopyFunction"),
// Failed to operate on the COS resources.
FAILEDOPERATION_COS("FailedOperation.Cos"),
// Failed to create the alias.
FAILEDOPERATION_CREATEALIAS("FailedOperation.CreateAlias"),
// Operation failed.
FAILEDOPERATION_CREATEFUNCTION("FailedOperation.CreateFunction"),
// Failed to create the namespace.
FAILEDOPERATION_CREATENAMESPACE("FailedOperation.CreateNamespace"),
// This operation is not supported in the current function state.
FAILEDOPERATION_CREATETRIGGER("FailedOperation.CreateTrigger"),
// This operation cannot be performed in the current debugging status.
FAILEDOPERATION_DEBUGMODESTATUS("FailedOperation.DebugModeStatus"),
// Execution timeout period cannot be updated in debug mode.
FAILEDOPERATION_DEBUGMODEUPDATETIMEOUTFAIL("FailedOperation.DebugModeUpdateTimeOutFail"),
// Failed to delete the alias.
FAILEDOPERATION_DELETEALIAS("FailedOperation.DeleteAlias"),
// This operation cannot be performed in the current function status. Please try again when the function is in normal status.
FAILEDOPERATION_DELETEFUNCTION("FailedOperation.DeleteFunction"),
// Failed to delete the layer version.
FAILEDOPERATION_DELETELAYERVERSION("FailedOperation.DeleteLayerVersion"),
// The default namespace cannot be deleted.
FAILEDOPERATION_DELETENAMESPACE("FailedOperation.DeleteNamespace"),
// Failed to delete the trigger.
FAILEDOPERATION_DELETETRIGGER("FailedOperation.DeleteTrigger"),
// You cannot update code in the current function state. Please try again when the state is normal.
FAILEDOPERATION_FUNCTIONNAMESTATUSERROR("FailedOperation.FunctionNameStatusError"),
// Operation failed. The function is deploying.
FAILEDOPERATION_FUNCTIONSTATUSERROR("FailedOperation.FunctionStatusError"),
// This operation cannot be performed in the current function version status. Please try again when the version is in normal status.
FAILEDOPERATION_FUNCTIONVERSIONSTATUSNOTACTIVE("FailedOperation.FunctionVersionStatusNotActive"),
// Failed to get the alias information.
FAILEDOPERATION_GETALIAS("FailedOperation.GetAlias"),
// Failed to get the function code address.
FAILEDOPERATION_GETFUNCTIONADDRESS("FailedOperation.GetFunctionAddress"),
// The current account or namespace is in arrears. Please try again when it becomes available.
FAILEDOPERATION_INSUFFICIENTBALANCE("FailedOperation.InsufficientBalance"),
// Failed to invoke the function.
FAILEDOPERATION_INVOKEFUNCTION("FailedOperation.InvokeFunction"),
// The namespace already exists. Please do not create it again.
FAILEDOPERATION_NAMESPACE("FailedOperation.Namespace"),
// Failed to activate the service.
FAILEDOPERATION_OPENSERVICE("FailedOperation.OpenService"),
// Operation conflict.
FAILEDOPERATION_OPERATIONCONFLICT("FailedOperation.OperationConflict"),
// The function version already has a provisioned concurrency setting task in progress. Please try again later.
FAILEDOPERATION_PROVISIONEDINPROGRESS("FailedOperation.ProvisionedInProgress"),
// Failed to publish the layer version.
FAILEDOPERATION_PUBLISHLAYERVERSION("FailedOperation.PublishLayerVersion"),
// You cannot publish a version in the current function state. Please try again when the state is normal.
FAILEDOPERATION_PUBLISHVERSION("FailedOperation.PublishVersion"),
// The role does not exist.
FAILEDOPERATION_QCSROLENOTFOUND("FailedOperation.QcsRoleNotFound"),
// The function already has a reserved concurrency setting task in progress. Please try again later.
FAILEDOPERATION_RESERVEDINPROGRESS("FailedOperation.ReservedInProgress"),
// The user already has a concurrency quota setting task in progress. Please try again later.
FAILEDOPERATION_TOTALCONCURRENCYMEMORYINPROGRESS("FailedOperation.TotalConcurrencyMemoryInProgress"),
// The specified service has not been activated. Please submit a ticket for activation.
FAILEDOPERATION_UNOPENEDSERVICE("FailedOperation.UnOpenedService"),
// Failed to update the alias.
FAILEDOPERATION_UPDATEALIAS("FailedOperation.UpdateAlias"),
// You cannot update code in the current function state. Please try again when the state is normal.
FAILEDOPERATION_UPDATEFUNCTIONCODE("FailedOperation.UpdateFunctionCode"),
// The `UpdateFunctionConfiguration` operation failed.
FAILEDOPERATION_UPDATEFUNCTIONCONFIGURATION("FailedOperation.UpdateFunctionConfiguration"),
// Internal error.
INTERNALERROR("InternalError"),
// Internal errors occurred during the creation of the apigw trigger.
INTERNALERROR_APIGATEWAY("InternalError.ApiGateway"),
// ckafka API failure.
INTERNALERROR_CKAFKA("InternalError.Ckafka"),
// Failed to delete the cmq trigger.
INTERNALERROR_CMQ("InternalError.Cmq"),
// Failed to update the trigger.
INTERNALERROR_COS("InternalError.Cos"),
// ES error.
INTERNALERROR_ES("InternalError.ES"),
// Internal service error
INTERNALERROR_EXCEPTION("InternalError.Exception"),
// Internal service error.
INTERNALERROR_GETROLEERROR("InternalError.GetRoleError"),
// Internal system error.
INTERNALERROR_SYSTEM("InternalError.System"),
// Internal service error.
INTERNALERROR_SYSTEMERROR("InternalError.SystemError"),
// The value of `FunctionName` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETER_FUNCTIONNAME("InvalidParameter.FunctionName"),
// Invalid request parameter.
INVALIDPARAMETER_PAYLOAD("InvalidParameter.Payload"),
// Incorrect `RoutingConfig` parameter.
INVALIDPARAMETER_ROUTINGCONFIG("InvalidParameter.RoutingConfig"),
// Incorrect parameter value.
INVALIDPARAMETERVALUE("InvalidParameterValue"),
// The value of `Action` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_ACTION("InvalidParameterValue.Action"),
// Incorrect `AdditionalVersionWeights` parameter.
INVALIDPARAMETERVALUE_ADDITIONALVERSIONWEIGHTS("InvalidParameterValue.AdditionalVersionWeights"),
// ApiGateway parameter error.
INVALIDPARAMETERVALUE_APIGATEWAY("InvalidParameterValue.ApiGateway"),
// The parameter for async retry configuration of the function is invalid.
INVALIDPARAMETERVALUE_ASYNCTRIGGERCONFIG("InvalidParameterValue.AsyncTriggerConfig"),
// Cdn error.
INVALIDPARAMETERVALUE_CDN("InvalidParameterValue.Cdn"),
// The value of `cfs` configuration item does not meet the specification.
INVALIDPARAMETERVALUE_CFSPARAMETERERROR("InvalidParameterValue.CfsParameterError"),
// The CFS parameter format does not conform to the specification.
INVALIDPARAMETERVALUE_CFSSTRUCTIONERROR("InvalidParameterValue.CfsStructionError"),
// Ckafka error.
INVALIDPARAMETERVALUE_CKAFKA("InvalidParameterValue.Ckafka"),
// Cls error.
INVALIDPARAMETERVALUE_CLS("InvalidParameterValue.Cls"),
// Cmq error.
INVALIDPARAMETERVALUE_CMQ("InvalidParameterValue.Cmq"),
// Code error.
INVALIDPARAMETERVALUE_CODE("InvalidParameterValue.Code"),
// CodeSecret error.
INVALIDPARAMETERVALUE_CODESECRET("InvalidParameterValue.CodeSecret"),
// CodeSource error.
INVALIDPARAMETERVALUE_CODESOURCE("InvalidParameterValue.CodeSource"),
// Incorrect `CompatibleRuntimes` parameter.
INVALIDPARAMETERVALUE_COMPATIBLERUNTIMES("InvalidParameterValue.CompatibleRuntimes"),
// Incorrect `Content` parameter.
INVALIDPARAMETERVALUE_CONTENT("InvalidParameterValue.Content"),
// Cos error.
INVALIDPARAMETERVALUE_COS("InvalidParameterValue.Cos"),
// Invalid CosBucketName.
INVALIDPARAMETERVALUE_COSBUCKETNAME("InvalidParameterValue.CosBucketName"),
// The value of CosBucketRegion is invalid. Please modify and try again. See: https://tencentcs.com/5jXKFnBW
INVALIDPARAMETERVALUE_COSBUCKETREGION("InvalidParameterValue.CosBucketRegion"),
// Invalid CosObjectName.
INVALIDPARAMETERVALUE_COSOBJECTNAME("InvalidParameterValue.CosObjectName"),
// CustomArgument exceeds the length limit.
INVALIDPARAMETERVALUE_CUSTOMARGUMENT("InvalidParameterValue.CustomArgument"),
// DateTime error.
INVALIDPARAMETERVALUE_DATETIME("InvalidParameterValue.DateTime"),
// The value of `DeadLetterConfig` is invalid. Please modify and try again. See https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_DEADLETTERCONFIG("InvalidParameterValue.DeadLetterConfig"),
// Failed to create the default namespace.
INVALIDPARAMETERVALUE_DEFAULTNAMESPACE("InvalidParameterValue.DefaultNamespace"),
// Description error.
INVALIDPARAMETERVALUE_DESCRIPTION("InvalidParameterValue.Description"),
// EipConfig parameter error.
INVALIDPARAMETERVALUE_EIPCONFIG("InvalidParameterValue.EipConfig"),
// The value of `Enable` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_ENABLE("InvalidParameterValue.Enable"),
// Environment error.
INVALIDPARAMETERVALUE_ENVIRONMENT("InvalidParameterValue.Environment"),
// The size of the environment variable exceeds the limit. Please keep it within 4 KB.
INVALIDPARAMETERVALUE_ENVIRONMENTEXCEEDEDLIMIT("InvalidParameterValue.EnvironmentExceededLimit"),
// You cannot modify the function's system environment variables or runtime environment variables.
INVALIDPARAMETERVALUE_ENVIRONMENTSYSTEMPROTECT("InvalidParameterValue.EnvironmentSystemProtect"),
// Filters parameter error.
INVALIDPARAMETERVALUE_FILTERS("InvalidParameterValue.Filters"),
// The function does not exist.
INVALIDPARAMETERVALUE_FUNCTIONNAME("InvalidParameterValue.FunctionName"),
// The format of GitBranch is incorrect.
INVALIDPARAMETERVALUE_GITBRANCH("InvalidParameterValue.GitBranch"),
// The value of `GitCommitId` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_GITCOMMITID("InvalidParameterValue.GitCommitId"),
// The format of GitDirectory is incorrect.
INVALIDPARAMETERVALUE_GITDIRECTORY("InvalidParameterValue.GitDirectory"),
// The format of GitPassword is incorrect.
INVALIDPARAMETERVALUE_GITPASSWORD("InvalidParameterValue.GitPassword"),
// The format of GitUrl is incorrect.
INVALIDPARAMETERVALUE_GITURL("InvalidParameterValue.GitUrl"),
// The format of GitUserName is incorrect.
INVALIDPARAMETERVALUE_GITUSERNAME("InvalidParameterValue.GitUserName"),
// Handler error.
INVALIDPARAMETERVALUE_HANDLER("InvalidParameterValue.Handler"),
// Invalid InlineZipFile.
INVALIDPARAMETERVALUE_INLINEZIPFILE("InvalidParameterValue.InlineZipFile"),
// The `InvokeType` value does not conform to the specification. Please fix it and try again.
INVALIDPARAMETERVALUE_INVOKETYPE("InvalidParameterValue.InvokeType"),
// Incorrect `LayerName` parameter.
INVALIDPARAMETERVALUE_LAYERNAME("InvalidParameterValue.LayerName"),
// Layers parameter error.
INVALIDPARAMETERVALUE_LAYERS("InvalidParameterValue.Layers"),
// Limit error.
INVALIDPARAMETERVALUE_LIMIT("InvalidParameterValue.Limit"),
// The parameter exceeds the length limit.
INVALIDPARAMETERVALUE_LIMITEXCEEDED("InvalidParameterValue.LimitExceeded"),
// The value of `Memory` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_MEMORY("InvalidParameterValue.Memory"),
// MemorySize error.
INVALIDPARAMETERVALUE_MEMORYSIZE("InvalidParameterValue.MemorySize"),
// Incorrect `Name` parameter.
INVALIDPARAMETERVALUE_NAME("InvalidParameterValue.Name"),
// Namespace error.
INVALIDPARAMETERVALUE_NAMESPACE("InvalidParameterValue.Namespace"),
// Incorrect Namespace. A namespace contains up to 30 characters of letters, digits, hyphens (-), and underscores (_).
INVALIDPARAMETERVALUE_NAMESPACEINVALID("InvalidParameterValue.NamespaceInvalid"),
// Invalid offset.
INVALIDPARAMETERVALUE_OFFSET("InvalidParameterValue.Offset"),
// Order error.
INVALIDPARAMETERVALUE_ORDER("InvalidParameterValue.Order"),
// The value of `OrderBy` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_ORDERBY("InvalidParameterValue.OrderBy"),
// The input parameter is not in the standard JSON format.
INVALIDPARAMETERVALUE_PARAM("InvalidParameterValue.Param"),
// The `PublicNetConfig` parameter is invalid.
INVALIDPARAMETERVALUE_PUBLICNETCONFIG("InvalidParameterValue.PublicNetConfig"),
// Unsupported function version.
INVALIDPARAMETERVALUE_QUALIFIER("InvalidParameterValue.Qualifier"),
// The value of `RoutingConfig` does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW.
INVALIDPARAMETERVALUE_ROUTINGCONFIG("InvalidParameterValue.RoutingConfig"),
// Runtime error.
INVALIDPARAMETERVALUE_RUNTIME("InvalidParameterValue.Runtime"),
// The searchkey is not `Keyword`, `Tag`, or `Runtime`.
INVALIDPARAMETERVALUE_SEARCHKEY("InvalidParameterValue.SearchKey"),
// Invalid ServiceName.
INVALIDPARAMETERVALUE_SERVICENAME("InvalidParameterValue.ServiceName"),
// The value of `Stamp` does not meet the specification. Please fix it and try again.
INVALIDPARAMETERVALUE_STAMP("InvalidParameterValue.Stamp"),
// You need to specify both the start time and the end time.
INVALIDPARAMETERVALUE_STARTTIMEORENDTIME("InvalidParameterValue.StartTimeOrEndTime"),
// The `Status` value does not conform to the specification. Please fix it and try again.
INVALIDPARAMETERVALUE_STATUS("InvalidParameterValue.Status"),
// The system environment variable is invalid.
INVALIDPARAMETERVALUE_SYSTEMENVIRONMENT("InvalidParameterValue.SystemEnvironment"),
// Invalid TempCosObjectName.
INVALIDPARAMETERVALUE_TEMPCOSOBJECTNAME("InvalidParameterValue.TempCosObjectName"),
// TriggerDesc error.
INVALIDPARAMETERVALUE_TRIGGERDESC("InvalidParameterValue.TriggerDesc"),
// TriggerName error.
INVALIDPARAMETERVALUE_TRIGGERNAME("InvalidParameterValue.TriggerName"),
// Type error.
INVALIDPARAMETERVALUE_TYPE("InvalidParameterValue.Type"),
// A VPC needs to be activated together with CFS configuration.
INVALIDPARAMETERVALUE_VPCNOTSETWHENOPENCFS("InvalidParameterValue.VpcNotSetWhenOpenCfs"),
// A non-standard zip file was detected. Please recompress and try again.
INVALIDPARAMETERVALUE_ZIPFILE("InvalidParameterValue.ZipFile"),
// Failed to Base64-decode the compressed file: `Incorrect padding`. Please fix it and try again.
INVALIDPARAMETERVALUE_ZIPFILEBASE64BINASCIIERROR("InvalidParameterValue.ZipFileBase64BinasciiError"),
// The number of aliases exceeds the upper limit.
LIMITEXCEEDED_ALIAS("LimitExceeded.Alias"),
// The Cdn usage exceeds the upper limit.
LIMITEXCEEDED_CDN("LimitExceeded.Cdn"),
// The EIP resource exceeded the limit.
LIMITEXCEEDED_EIP("LimitExceeded.Eip"),
// If the number of functions exceeds the upper limit, you can apply for an increase by [submitting a ticket](https://intl.cloud.tencent.com/act/event/Online_service?from=scf%7Cindex?from_cn_redirect=1).
LIMITEXCEEDED_FUNCTION("LimitExceeded.Function"),
// The number of functions under the same topic exceeds the upper limit.
LIMITEXCEEDED_FUNCTIONONTOPIC("LimitExceeded.FunctionOnTopic"),
// The value of `FunctionProvisionedConcurrencyMemory` has reached the upper limit. You can submit a ticket to increase it at https://mc.tencent.com/dI7DzbBV.
LIMITEXCEEDED_FUNCTIONPROVISIONEDCONCURRENCYMEMORY("LimitExceeded.FunctionProvisionedConcurrencyMemory"),
// The function's reserved concurrency memory has exceeded the limit.
LIMITEXCEEDED_FUNCTIONRESERVEDCONCURRENCYMEMORY("LimitExceeded.FunctionReservedConcurrencyMemory"),
// The value of `FunctionTotalProvisionedConcurrencyMemory` has reached the upper limit. You can submit a ticket to increase it at https://mc.tencent.com/dI7DzbBV.
LIMITEXCEEDED_FUNCTIONTOTALPROVISIONEDCONCURRENCYMEMORY("LimitExceeded.FunctionTotalProvisionedConcurrencyMemory"),
// The total amount of provisioned concurrency of the function has exceeded the limit.
LIMITEXCEEDED_FUNCTIONTOTALPROVISIONEDCONCURRENCYNUM("LimitExceeded.FunctionTotalProvisionedConcurrencyNum"),
// The value of `InitTimeout` has reached the upper limit. You can submit a ticket to increase it at https://tencentcs.com/7Fixwt63.
LIMITEXCEEDED_INITTIMEOUT("LimitExceeded.InitTimeout"),
// The number of layer versions exceeds the upper limit.
LIMITEXCEEDED_LAYERVERSIONS("LimitExceeded.LayerVersions"),
//
LIMITEXCEEDED_LAYERS("LimitExceeded.Layers"),
// The memory exceeds the upper limit.
LIMITEXCEEDED_MEMORY("LimitExceeded.Memory"),
// The message retention period in the async retry configuration of the function exceeds the limit.
LIMITEXCEEDED_MSGTTL("LimitExceeded.MsgTTL"),
// If the number of namespaces exceeds the upper limit, you can apply for an increase by [submitting a ticket](https://intl.cloud.tencent.com/act/event/Online_service?from=scf%7Cindex?from_cn_redirect=1).
LIMITEXCEEDED_NAMESPACE("LimitExceeded.Namespace"),
// Offset exceeds the upper limit.
LIMITEXCEEDED_OFFSET("LimitExceeded.Offset"),
// The number of retry attempts in the async retry configuration of the function exceeds the limit.
LIMITEXCEEDED_RETRYNUM("LimitExceeded.RetryNum"),
// Timeout exceeds the upper limit.
LIMITEXCEEDED_TIMEOUT("LimitExceeded.Timeout"),
// The account concurrency memory has exceeded the limit.
LIMITEXCEEDED_TOTALCONCURRENCYMEMORY("LimitExceeded.TotalConcurrencyMemory"),
// If the number of triggers exceeds the upper limit, you can apply for an increase by [submitting a ticket](https://intl.cloud.tencent.com/act/event/Online_service?from=scf%7Cindex?from_cn_redirect=1).
LIMITEXCEEDED_TRIGGER("LimitExceeded.Trigger"),
// The value of `UserTotalConcurrencyMemory` has reached the upper limit. You can submit a ticket to increase it at https://tencentcs.com/7Fixwt63.
LIMITEXCEEDED_USERTOTALCONCURRENCYMEMORY("LimitExceeded.UserTotalConcurrencyMemory"),
// Missing parameter.
MISSINGPARAMETER("MissingParameter"),
// Failed to import Code.
MISSINGPARAMETER_CODE("MissingParameter.Code"),
// Runtime is missing.
MISSINGPARAMETER_RUNTIME("MissingParameter.Runtime"),
// The resource is in use.
RESOURCEINUSE("ResourceInUse"),
// The alias is in use.
RESOURCEINUSE_ALIAS("ResourceInUse.Alias"),
// Cdn is in use.
RESOURCEINUSE_CDN("ResourceInUse.Cdn"),
// Cmq is in use.
RESOURCEINUSE_CMQ("ResourceInUse.Cmq"),
// Cos is in use.
RESOURCEINUSE_COS("ResourceInUse.Cos"),
// This function already exists.
RESOURCEINUSE_FUNCTION("ResourceInUse.Function"),
// This FunctionName already exists.
RESOURCEINUSE_FUNCTIONNAME("ResourceInUse.FunctionName"),
// The layer version is in use.
RESOURCEINUSE_LAYERVERSION("ResourceInUse.LayerVersion"),
// This Namespace already exists.
RESOURCEINUSE_NAMESPACE("ResourceInUse.Namespace"),
// This TriggerName already exists.
RESOURCEINUSE_TRIGGER("ResourceInUse.Trigger"),
// This TriggerName already exists.
RESOURCEINUSE_TRIGGERNAME("ResourceInUse.TriggerName"),
// Insufficient COS resources.
RESOURCEINSUFFICIENT_COS("ResourceInsufficient.COS"),
// The resource does not exist.
RESOURCENOTFOUND("ResourceNotFound"),
// The alias does not exist.
RESOURCENOTFOUND_ALIAS("ResourceNotFound.Alias"),
// The specified `AsyncEvent` was not found. Please create it and try again.
RESOURCENOTFOUND_ASYNCEVENT("ResourceNotFound.AsyncEvent"),
// Cdn does not exist.
RESOURCENOTFOUND_CDN("ResourceNotFound.Cdn"),
// VPCs of the CFS instance and the SCF function are different.
RESOURCENOTFOUND_CFSVPCNOTMATCH("ResourceNotFound.CfsVpcNotMatch"),
// Ckafka does not exist.
RESOURCENOTFOUND_CKAFKA("ResourceNotFound.Ckafka"),
// Cmq does not exist.
RESOURCENOTFOUND_CMQ("ResourceNotFound.Cmq"),
// Cos does not exist.
RESOURCENOTFOUND_COS("ResourceNotFound.Cos"),
// Demo does not exist.
RESOURCENOTFOUND_DEMO("ResourceNotFound.Demo"),
// The function does not exist.
RESOURCENOTFOUND_FUNCTION("ResourceNotFound.Function"),
// The function does not exist.
RESOURCENOTFOUND_FUNCTIONNAME("ResourceNotFound.FunctionName"),
// The function version does not exist.
RESOURCENOTFOUND_FUNCTIONVERSION("ResourceNotFound.FunctionVersion"),
// An error occurred while getting the CFS mount target information.
RESOURCENOTFOUND_GETCFSMOUNTINSERROR("ResourceNotFound.GetCfsMountInsError"),
// An error occurred while getting the CFS information.
RESOURCENOTFOUND_GETCFSNOTMATCH("ResourceNotFound.GetCfsNotMatch"),
// The layer does not exist.
RESOURCENOTFOUND_LAYER("ResourceNotFound.Layer"),
// The layer version does not exist.
RESOURCENOTFOUND_LAYERVERSION("ResourceNotFound.LayerVersion"),
// Namespace does not exist.
RESOURCENOTFOUND_NAMESPACE("ResourceNotFound.Namespace"),
// The version does not exist.
RESOURCENOTFOUND_QUALIFIER("ResourceNotFound.Qualifier"),
// The role does not exist.
RESOURCENOTFOUND_ROLE("ResourceNotFound.Role"),
// Timer does not exist.
RESOURCENOTFOUND_TIMER("ResourceNotFound.Timer"),
// The concurrency memory quota resource was not found.
RESOURCENOTFOUND_TOTALCONCURRENCYMEMORY("ResourceNotFound.TotalConcurrencyMemory"),
// The trigger does not exist.
RESOURCENOTFOUND_TRIGGER("ResourceNotFound.Trigger"),
// The version does not exist.
RESOURCENOTFOUND_VERSION("ResourceNotFound.Version"),
// The VPC or subnet does not exist.
RESOURCENOTFOUND_VPC("ResourceNotFound.Vpc"),
// Your balance is insufficient. Please top up first.
RESOURCEUNAVAILABLE_INSUFFICIENTBALANCE("ResourceUnavailable.InsufficientBalance"),
// The Namespace is not available.
RESOURCEUNAVAILABLE_NAMESPACE("ResourceUnavailable.Namespace"),
// Unauthorized operation.
UNAUTHORIZEDOPERATION("UnauthorizedOperation"),
// CAM authentication failed.
UNAUTHORIZEDOPERATION_CAM("UnauthorizedOperation.CAM"),
// You do not have permissions to access the code.
UNAUTHORIZEDOPERATION_CODESECRET("UnauthorizedOperation.CodeSecret"),
// You do not have permissions.
UNAUTHORIZEDOPERATION_CREATETRIGGER("UnauthorizedOperation.CreateTrigger"),
// Unauthorized operation.
UNAUTHORIZEDOPERATION_DELETEFUNCTION("UnauthorizedOperation.DeleteFunction"),
// You do not have permissions.
UNAUTHORIZEDOPERATION_DELETETRIGGER("UnauthorizedOperation.DeleteTrigger"),
// This API is not called from the console.
UNAUTHORIZEDOPERATION_NOTMC("UnauthorizedOperation.NotMC"),
// Region error.
UNAUTHORIZEDOPERATION_REGION("UnauthorizedOperation.Region"),
// You do not have permissions to access your Cos resources.
UNAUTHORIZEDOPERATION_ROLE("UnauthorizedOperation.Role"),
// The `Appid` of TempCos is not consistent with the APPID of the request account.
UNAUTHORIZEDOPERATION_TEMPCOSAPPID("UnauthorizedOperation.TempCosAppid"),
// Operation failed.
UNAUTHORIZEDOPERATION_UPDATEFUNCTIONCODE("UnauthorizedOperation.UpdateFunctionCode"),
// Unsupported operation.
UNSUPPORTEDOPERATION("UnsupportedOperation"),
// The resource is bound to an alias, and the current operation cannot be performed. Please unbind the alias and try again.
UNSUPPORTEDOPERATION_ALIASBIND("UnsupportedOperation.AliasBind"),
// Cdn is not supported.
UNSUPPORTEDOPERATION_CDN("UnsupportedOperation.Cdn"),
// Cos operation is not supported.
UNSUPPORTEDOPERATION_COS("UnsupportedOperation.Cos"),
// This region is not supported.
UNSUPPORTEDOPERATION_REGION("UnsupportedOperation.Region"),
// Trigger operation is not supported.
UNSUPPORTEDOPERATION_TRIGGER("UnsupportedOperation.Trigger");
private String value;
private ScfErrorCode (String value){
this.value = value;
}
/**
* @return errorcode value
*/
public String getValue() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy