错误码
状态码 | 错误码 | 错误信息 | 描述 | 处理措施 |
|---|---|---|---|---|
400 | FSS.0400 | Invalid parameter. | 无效参数 | 检查请求body体中参数 |
400 | FSS.1001 | Invalid query parameter. | 无效的查询参数 | 检查查询参数 |
400 | FSS.1002 | Invalid function name. | 无效的函数名称 | 检查函数名称 |
400 | FSS.1003 | Invalid function handler. | 无效的函数Handler | 检查函数执行入口 |
400 | FSS.1004 | Invalid Package (function app). | 无效的函数包 | 检查函数包 |
400 | FSS.1005 | Invalid runtime. | 无效的Runtime | 检查运行时 |
400 | FSS.1006 | Invalid function code entry mode. | 无效的代码类型 | 检查代码类型 |
400 | FSS.1007 | Invalid function memory. | 无效的内存 | 检查函数内存 |
400 | FSS.1008 | Invalid function timeout. | 无效的超时时间 | 检查函数超时时间 |
400 | FSS.1009 | Invalid function UserData. | 无效的环境变量 | 检查函数环境变量 |
400 | FSS.1010 | Invalid URL. | 无效的URL | 检查URL |
400 | FSS.1011 | Invalid function code. | 无效的函数代码 | 检查函数代码 |
400 | FSS.1012 | The function code must be configured. | 函数代码不能为空 | 检查函数代码 |
400 | FSS.1013 | Invalid file type. | 无效的文件类型 | 检查文件类型 |
400 | FSS.1014 | Invalid function alias. | 无效的函数版本别名 | 检查函数别名 |
400 | FSS.1015 | Invalid function version. | 别名对应的版本无效 | 检查函数版本 |
400 | FSS.1016 | The function cannot be published because no changes have been made since last publication. | 无效的版本发布操作,与上次发布相比无任何更改 | 确认与上次版本发布相比函数进行了更改 |
400 | FSS.1017 | The number of environment variables exceeds the maximum allowed limit (20). | 环境变量个数超过限制(20) | 检查环境变量的个数 |
400 | FSS.1018 | The total size of environment variables exceeds the maximum allowed limit (2 KB). | 环境变量总大小超过限制(2K) | 检查环境变量的总大小 |
400 | FSS.1019 | The description exceeds the maximum allowed limit (512 characters). | 描述信息长度超过限制(512 字符数) | 检查描述长度 |
400 | FSS.1020 | Failed to validate XRole. | 无效的委托 | 检查请求body体中xrole参数 |
400 | FSS.1021 | invalid service link agency. | 创建服务关联委托失败 | 检查服务关联委托信息相关权限 |
400 | FSS.1022 | Only one YAML file is allowed. | 只容许有一个YAML文件 | 确认是否只有一个YAML文件 |
400 | FSS.1023 | The imported file is too large. | 导入的文件太大了,超过了最大限制 | 检查导入文件的大小 |
400 | FSS.1024 | Invalid dependency. | 无效的依赖包 | 检查依赖包 |
400 | FSS.1025 | Invalid YAML file. | 无效的YAML文件 | 检查YAML文件 |
400 | FSS.1026 | Invalid Concurrency. | 无效的并发策略 | 检查并发策略 |
400 | FSS.1027 | Invalid packageName (app name). | 无效的包名或者应用名称 | 检查包和应用名称。 |
400 | FSS.1028 | The app cannot be deleted because it contains functions. | 该应用不能删除,因为该应用下还有函数存在 | 应用删除前,检查其下是否有函数存在 |
400 | FSS.1029 | The default app cannot be deleted. | 默认的应用不能删除 | 默认的应用不能删除 |
400 | FSS.1031 | The dependency already exists. | 依赖包已经存在 | 检查依赖包是否存在 |
400 | FSS.1032 | Invalid dependency type. | 无效的依赖包类型,当前只容许本地zip包或者OBS上传 | 检查依赖包类型 |
400 | FSS.1034 | Invalid image URL. | 无效的镜像地址 | 检查镜像地址 |
400 | FSS.1035 | The image does not exist. | 该镜像不存在 | 检查镜像是否存在 |
400 | FSS.1036 | The VPC does not exist. | 该VPC不存在 | 检查VPC是否存在 |
400 | FSS.1037 | No subnet matches the specified ID. | 没有匹配的子网 | 检查子网是否存在 |
400 | FSS.1038 | The file system configuration already exists in the function. | 在该函数中已经存在相同的文件系统配置 | 检查文件系统配置是否重复 |
400 | FSS.1039 | The mounting path is invalid. | 无效的挂载路径 | 检查挂载路径 |
400 | FSS.1058 | The app name and function name cannot be the same in the YAML file. | 在YAML文件中不允许存在相同的应用名和函数名 | 检查YAML中应用名和函数名是否重复 |
400 | FSS.1074 | The event field is invalid. | 无效的事件参数 | 检查事件参数 |
400 | FSS.1075 | The value of UserId or GroupId must be a non-zero integer from -1 to 65534. | 用户ID和用户组ID必须是从-1到65534之间的整数(0、1000、1002除外) | 检查用户ID和用户组ID |
400 | FSS.1076 | The number of reserved instances exceeds the maximum allowed limit. | 函数的预留实例数超过了最大限制 | 检查函数预留实例的个数 |
400 | FSS.1077 | The code and configuration of the function cannot be updated because the function has at least one reserved instance. | 该函数下存在预留实例,不能更新函数代码和配置 | 检查函数下是否存在预留实例 |
400 | FSS.1081 | Invalid function async invoke config. | 无效异步配置参数 | 检查异步配置参数 |
400 | FSS.1091 | The additional version is invalid. | 无效的灰度版本 | 检查灰度版本 |
400 | FSS.1092 | The weight of the additional version is invalid. | 无效的灰度版本权重值 | 检查灰度版本权重值 |
400 | FSS.1093 | The major version and the additional version cannot be the same. | 灰度版本不能与主版本一致 | 检查灰度版本和主版本 |
400 | FSS.1101 | Invalid trigger type. | 无效的触发器类型 | 检查触发器类型 |
400 | FSS.1102 | Invalid SMN trigger parameters. | 无效的SMN触发器参数 | 检查SMN触发器参数 |
400 | FSS.1103 | Invalid DMS trigger parameters. | 无效的DMS触发器参数 | 检查DMS触发器参数 |
400 | FSS.1104 | Invalid DIS trigger parameters. | 无效的DIS触发器参数 | 检查DIS触发器参数 |
400 | FSS.1106 | Invalid OBS trigger parameters. | 无效的OBS触发器参数 | 检查OBS触发器参数 |
400 | FSS.1107 | Invalid APIG trigger parameters. | 无效的APIG触发器参数 | 检查APIG触发器参数 |
400 | FSS.1109 | Invalid timer trigger parameters. | 无效的定时任务触发器参数 | 检查定时任务触发器参数 |
400 | FSS.1110 | Invalid LTS trigger parameters. | 无效的LTS触发器参数 | 检查LTS触发器参数 |
400 | FSS.1112 | The Kafka trigger parameters are invalid. | 无效的Kafka触发器参数 | 检查Kafka触发器参数 |
400 | FSS.1113 | The username and password must be specified because Kafka SASL_SSL is enabled. | 若Kafka开启了SASL_SSL协议,所以必须设置对应的用户名和密码 | 若Kafka开启了SASL_SSL协议,检查是否设置对应的用户名和密码 |
400 | FSS.1114 | The subnet of the function must be the same as that of the Kafka instance. | 函数的子网与kafka实例所在的子网不一样 | 检查函数的子网与Kafka实例所在的子网是否一致 |
400 | FSS.1116 | Kafka instance configuration error. Please check the username and password. | Kafka实例配置错误,请检查对应的用户名和密码是否正确 | 检查Kafka实例配置的用户名和密码是否正确 |
400 | FSS.1117 | Failed to query messages from the Kafka instance. | 从kafka实例读取消息失败 | 检查Kafka实例是否正常 |
400 | FSS.1164 | Invalid DDS trigger parameters. | 无效的DDS触发器参数 | 检查DDS触发器参数 |
400 | FSS.1172 | The database instance does not exist. | 找不到指定的数据库实例 | 检查数据库实例 |
400 | FSS.1173 | DDS DB instance configuration error. Please contact DDS R&D personnel. | DDS实例配置错误,请联系DDS研发人员 | 联系DDS开发人员 |
400 | FSS.1204 | Failed to get response from functionAccessor. | 无法获取函数执行的返回值 | 联系开发人员 |
400 | FSS.1221 | lts log has been enabled. | 用户已开通LTS日志功能 | 检查LTS日志功能是否已开通 |
400 | FSS.1301 | The CTS trigger does not exist. | CTS触发器不存在 | 检查CTS触发器 |
400 | FSS.1303 | Access denied due to insufficient permissions. | 权限校验失败,访问被禁止 | 检查是否授权 |
400 | FSS.1304 | The CTS service failed to process the request. | 服务器未能处理请求 | 联系CTS开发人员 |
400 | FSS.1305 | Invalid CTS trigger parameters. | 无效的CTS触发器参数 | 检查CTS触发器参数 |
400 | FSS.1306 | The number of triggers exceeds the maximum allowed limit. | 触发器达到上限 | 检查触发器数目是否达到上限 |
400 | FSS.1307 | The trigger name already exists. | 触发器名称已存在 | 检查触发器名称是否重复 |
400 | FSS.1308 | The operation resource does not exist. | 操作资源不存在 | 检查资源是否存在 |
400 | FSS.1309 | Invalid function URN. | functionUrn验证错误 | 检查functionUrn |
400 | FSS.1310 | Unauthorized user. | 获取组用户Token验证失败 | 检查权限 |
400 | FSS.1311 | Unauthorized access. | 未开通CTS服务 | 检查CTS服务是否开通 |
400 | FSS.1312 | The notification name must be specified. | 关键通知名称为空 | 检查关键通知名称 |
400 | FSS.1313 | The number of resources to be operated has reached the maximum allowed limit (100). | 操作资源超过100条上限 | 检查操作资源的数目是否超过上限 |
400 | FSS.1314 | The operation resource must be specified. | 操作资源为空 | 检查是否操作资源是否为空 |
400 | FSS.1316 | The resource operation has already been selected. | 选择重复的操作。 | 检查是否选择的相同的操作。 |
400 | FSS.1317 | The trigger name is too long. | 触发器名称过长 | 检查触发器名字的长度 |
400 | FSS.1318 | Invalid trigger operation. | 无效的触发器操作 | 检查触发器操作 |
400 | FSS.1404 | Invalid function initializer. | 非法的函数初始化入口 | 检查函数初始化入口 |
400 | FSS.1405 | Invalid initialization timeout. | 非法的函数初始化超时时间 | 检查函数初始化超时时间 |
400 | FSS.1406 | Invalid heartbeat handler. | 非法的函数心跳检测入口 | 检查函数心跳检测入口 |
400 | FSS.1407 | Invalid restore hook handler. | 无效的restore hook处理器 | 检查restore hook配置 |
400 | FSS.1417 | Invalid APIG Exclusive trigger parameters. | 无效的APIG专享版触发器参数 | 检查APIG专享版触发器参数 |
400 | FSS.1426 | This release[{version}] has reserved instances configured. | 目标别名对应的版本已配置预留策略 | 查询目标别名对应的版本是否配置弹性策略 |
400 | FSS.1441 | The dependency has versions, can not update or delete. | 依赖包已存在版本,无法更新或删除 | 检查依赖包是否存在版本 |
400 | FSS.1501 | The delegate not exist. | 委托不存在 | 检查请求body体中的xrole参数 |
400 | FSS.1601 | Invalid swr image param. | 无效的SWR镜像参数 | 检查SWR镜像参数 |
401 | FSS.0401 | Unauthorized access. | 未授权的访问 | 检查用户的权限 |
401 | FSS.1118 | Access denied. | 访问受限,该用户不在白名单中 | 检查白名单配置 |
403 | FSS.0403 | Forbidden. | 禁止操作 | 检查用户的操作权限 |
403 | FSS.1040 | The selected Xrole does not have permissions to mount the resources. | 选择的委托没有权限挂载该资源类型 | 检查选择的委托权限 |
403 | FSS.1041 | The number of functions exceeds the maximum allowed limit (400). | 租户的函数数量超过限制(400) | 检查租户的函数数量是否超限 |
403 | FSS.1042 | The total code size of functions exceeds the maximum allowed limit (20 GB). | 租户的函数的总大小超过限制(20G) | 检查函数的总大小是否超过限制(20G) |
403 | FSS.1043 | The number of aliases exceeds the maximum allowed limit. | 别名数量超过了允许的最大限制 | 检查别名数量是否超过了允许的最大限制 |
403 | FSS.1044 | The number of apps exceeds the maximum allowed limit (400). | 应用数量超过了允许的最多限制(400) | 检查应用数量是否超过了允许的最多限制(400) |
403 | FSS.1045 | The number of dependencies exceeds the maximum allowed limit. | 依赖包数量超过了最大限制 | 检查依赖包数量是否超过了最大限制 |
403 | FSS.1046 | The dependency is inaccessible. | 该依赖包不可用 | 检查依赖包是否可用 |
403 | FSS.1047 | The number of bound VPCs exceeds the maximum limit allowed for a tenant. | 租户的绑定的VPC数量超过了最大限制 | 检查租户的绑定的VPC数量是否超过了最大限制 |
403 | FSS.1048 | The number of bound VPCs exceeds the maximum limit allowed for a project. | 单个项目的绑定的VPC数量超过了最大限制 | 检查单个项目的绑定的VPC数量是否超过了最大限制 |
403 | FSS.1049 | The number of file systems mounted to the function exceeds the maximum allowed limit (5). | 单个函数挂载文件系统数量超过了最大限制(5) | 检查单个函数挂载文件系统数量是否超过了最大限制(5) |
403 | FSS.1068 | The number of events configured for the function exceeds the maximum allowed limit. | 单个函数的事件数超过了最大限制 | 检查单个函数的事件数是否超过了最大限制 |
403 | FSS.1069 | The size of EventData exceeds 4 KB. | 事件大小超过了允许的最大限制(4KB) | 检查代码大小是否超过了允许的最大限制(4KB) |
403 | FSS.1073 | The function event already exists. | 事件在函数中已经存在 | 检查事件在函数中是否已经存在 |
403 | FSS.1094 | The version cannot be deleted when it is used as the additional version of an alias. | 不能删除正在被灰度版本使用的版本号 | 检查灰度版本号是否正在被使用 |
403 | FSS.1096 | The file sharing protocol of the mounted resource is not NFS. | 挂载资源的文件共享协议不是NFS | 检查挂载资源的文件共享协议是否为NFS |
403 | FSS.1108 | The bucket configuration of the current trigger conflicts with that of an existing OBS trigger. | 当前触发器的存储桶配置与现有OBS触发器的存储桶配置冲突 | 检查触发器的存储桶配置与现有OBS触发器的存储桶配置是否冲突 |
403 | FSS.1121 | Forbidden | 访问受限,请检查是否有配置对应的DMS委托 | 检查是否配置对应的DMS委托 |
403 | FSS.1122 | Forbidden | 访问受限,请检查是否有配置对应的DIS委托 | 检查是否有配置对应的DIS委托 |
403 | FSS.1123 | The number of pull triggers exceeds the maximum allowed limit (10). | 拉模式的触发器数量达到最大值10 | 检查拉模式的触发器数量是否达到最大值10 |
403 | FSS.1124 | The number of APIs exceeds the maximum allowed limit. | API数量超过了最大限制 | 检查API数量是否超过了最大限制 |
403 | FSS.1125 | Forbidden | 无权限访问,请检查是否配置了对应的LTS委托 | 检查是否配置了对应的LTS委托 |
403 | FSS.1126 | You do not have permissions to call the API. | 没有权限访问API | 检查是否有权限访问API |
403 | FSS.1127 | The EPS user does not have permissions to call the API. | EPS用户没有权限访问该API | 检查权限 |
403 | FSS.1128 | list enterprise failed. | 企业项目用户获取有权限企业列表失败 | 检查企业项目细粒度权限 |
403 | FSS.1154 | Aliases of a function bound with triggers cannot be deleted. | 该函数别名下面存在触发器,不能删除该别名 | 删除函数别名之前,先删除其下的触发器 |
404 | FSS.0404 | The specified resource cannot be found. | 没有找到指定的资源 | 检查访问的资源是否存在 |
404 | FSS.1050 | The mounted resource cannot be found. | 找不到挂载的资源类型 | 检查挂载的资源类型是否存在 |
404 | FSS.1051 | The function does not exist. | 找不到指定的函数 | 检查函数是否存在 |
404 | FSS.1052 | The version does not exist. | 找不到指定的函数版本 | 检查函数版本是否存在 |
404 | FSS.1053 | The alias does not exist. | 找不到指定的函数版本别名 | 检查函数的指定版本别名是否存在 |
404 | FSS.1054 | The function code package does not exist in OBS. | 从OBS找不到指定的函数代码包 | 检查指定的函数代码包在OBS中是否存在 |
404 | FSS.1055 | The app does not exist in obs. | 从OBS找不到指定的函数应用 | 检查指定的函数应用在OBS中是否存在 |
404 | FSS.1056 | The dependency does not exist. | 找不到指定的依赖包 | 检查依赖包是否存在 |
404 | FSS.1057 | The function name does not exist in the YAML file. | 在YAML文件中找不到该函数名 | 检查YAML文件中是否有该函数名 |
404 | FSS.1059 | The function template does not exist. | 函数模板不存在 | 检查函数模板是否存在 |
404 | FSS.1060 | The event template cannot be found. | 事件模板不存在 | 检查事件模板是否存在 |
404 | FSS.1070 | The event cannot be found. | 事件不存在 | 检查事件是否存在 |
404 | FSS.1086 | The function async invocation configuration does not exist. | 函数异步配置不存在 | 请检查函数异步配置 |
404 | FSS.1111 | The Kafka resource cannot be found. | 指定的kafka不存在 | 检查指定的Kafka是否存在 |
404 | FSS.1130 | The DIS stream does not exist. | 没有找到指定的DIS通道 | 检查指定的DIS通道是否存在 |
404 | FSS.1131 | The trigger does not exist. | 没有找到指定的触发器 | 检查指定的触发器是否存在 |
404 | FSS.1132 | The SMN trigger does not exist. View the SMN console. | 没有找到指定的SMN触发器 | 检查指定的SMN触发器是否存在 |
404 | FSS.1133 | The DMS trigger does not exist. | 没有找到指定的DMS触发器 | 检查DMS触发器是否存在 |
404 | FSS.1134 | The DIS trigger does not exist. | 没有找到指定的DIS触发器 | 检查DIS触发器是否存在 |
404 | FSS.1135 | The DMS queue does not exist. | 没有找到指定的DMS队列 | 检查指定的DMS队列是否存在 |
404 | FSS.1136 | The OBS trigger does not exist. | 没有找到指定的OBS触发器 | 检查OBS触发器是否存在 |
404 | FSS.1137 | Invalid trigger type. | 无效的触发器类型 | 检查触发器类型是否合法 |
404 | FSS.1138 | The APIG trigger does not exist. | 没有找到指定的APIG触发器 | 检查APIG触发器是否存在 |
404 | FSS.1139 | The DMS consumer group does not exist. | 没有找到指定的DMS消费组 | 检查DMS消费组是否存在 |
404 | FSS.1140 | The timer trigger does not exist. | 没有找到指定的定时任务触发器 | 检查定时任务触发器是否存在 |
404 | FSS.1160 | The LTS trigger does not exist. | 没有找到指定的LTS触发器 | 检查LTS触发器是否存在 |
404 | FSS.1161 | The LTS topic does not exist. | 没有找到指定的LTS日志主题 | 检查指定的LTS日志主题是否存在 |
404 | FSS.1163 | The DDS trigger cannot be found. | 找不到指定的DDS触发器 | 检查指定的DDS触发器是否存在 |
404 | FSS.1171 | The SMN topic does not exist. Create it on the SMN console. | 该SMN的topic不存在 | 检查指定的SMN的topic是否存在 |
404 | FSS.1174 | The Kafka trigger does not exist. | 找不到指定的Kafka触发器 | 检查定的Kafka触发器是否存在 |
406 | FSS.0406 | Not acceptable. | 请求格式无效 | 对着api检查请求body体 |
406 | FSS.1151 | The OBS bucket is in a different region. | OBS桶所在区域与当前区域不匹配 | 更换OBS桶 |
408 | FSS.0408 | Request timeout. | 请求超时 | 检查网络 |
409 | FSS.0409 | The specified resource already exists. | 指定的资源已经存在 | 检查是否重复创建资源 |
409 | FSS.1061 | The function already exists. | 函数已经存在 | 检查是否重复创建函数 |
409 | FSS.1062 | The version already exists. | 函数版本已经存在 | 检查是否重复创建函数版本 |
409 | FSS.1063 | The alias already exists. | 函数版本别名已经存在 | 检查是否重复创建函数版本别名 |
409 | FSS.1064 | The app already exists. | 函数应用已经存在 | 检查是否重复创建函数应用 |
409 | FSS.1065 | The dependency already exists. | 依赖包已经存在 | 检查依赖包是否重复创建 |
409 | FSS.1066 | The version is already in use by another alias. | 该版本号已经在其他别名中使用了 | 检查版本号是否已被占用 |
409 | FSS.1067 | The function template already exists. | 函数模板已经存在 | 检查函数模板是否重复创建 |
409 | FSS.1141 | The SMN trigger already exists. | 指定的SMN触发器已经存在 | 检查SMN触发器是否重复创建 |
409 | FSS.1142 | The DMS trigger already exists. | 指定的DMS触发器已经存在 | 检查DMS触发器是否重复创建 |
409 | FSS.1143 | The DIS trigger already exists. | 指定的DIS触发器已经存在 | 检查DIS触发器是否重复创建 |
409 | FSS.1145 | The OBS trigger already exists. | 指定的OBS触发器已经存在 | 检查OBS触发器是否重复创建 |
409 | FSS.1146 | The APIG trigger already exists. | 指定的APIG触发器已经存在 | 检查APIG触发器是否重复创建 |
409 | FSS.1147 | The request path already exists. | APIG触发路径已存在 | 检查APIG触发路径是否已经存在 |
409 | FSS.1148 | The timer trigger already exists. | 指定的定时任务触发器已经存在 | 检查指定的定时任务触发器是否已经存在 |
409 | FSS.1149 | The LTS trigger already exists. | LTS触发器已存在 | 检查LTS触发器是否已存在 |
409 | FSS.1150 | The Kafka trigger already exists. | 指定的kafka触发器已经存在 | 检查指定的Kafka触发器是否已经存在 |
409 | FSS.1166 | The DDS trigger already exists. | 指定的DDS触发器已经存在 | 检查指定的DDS触发器是否已经存在 |
410 | FSS.0410 | The specified resource does not exist. | 指定的资源不存在 | 检查指定的资源是否存在 |
412 | FSS.1033 | The dependency is currently in use. | 依赖包正在使用,不能被删除 | 删除依赖包之前,请检查是否被使用 |
412 | FSS.1090 | The subnet is not in the ACTIVE state. | 子网不是ACTIVE状态 | 检查子网状态是否为可用 |
412 | FSS.1095 | The mounted resource is not ready. | 挂载资源还没有准备好 | 准备好挂载资源 |
412 | FSS.1153 | The triggering conditions have not been met. | 触发器前置条件不满足 | 检查触发器前置条件 |
412 | FSS.1440 | Specified dependency version is used by X functions, please delete the function or the relation at first. | 当前依赖包版本正在被X个函数使用 | 检查依赖包版本是否被使用 |
413 | FSS.0413 | The request body is too large. | 请求体大小超过限制 | 检查请求体 |
413 | FSS.1071 | The size of the code package to be uploaded exceeds the maximum allowed limit (50 MB). | 上传代码包大小超过限制(50M) | 检查代码包大小 |
413 | FSS.1072 | The size of the inline code exceeds the maximum allowed limit (10 KB). | 在线编辑代码大小超过限制(10K) | 检查在线编辑代码大小是否超过限制(10K) |
413 | FSS.1201 | The request body is too large. | 请求体大小超过限制 | 检查请求体大小 |
424 | FSS.0424 | Invalid dependency. | 无效的依赖 | 检查依赖是否有效 |
426 | FSS.0426 | An upgrade is required. | 不支持该操作,需要升级 | 联系开发人员 |
426 | FSS.1152 | The selected bucket cannot be used to create a trigger. | 所选的OBS桶不支持创建触发器 | 联系开发人员 |
428 | FSS.0428 | The preconditions have not been met. | 先决条件不满足 | 检查先决条件 |
429 | FSS.0429 | Too many requests. | 太多的请求 | 请求数过多,稍后重试 |
429 | FSS.1429 | Function concurrent invocation requests exceeds max value, please increase the max instances num or max concurrency per instance. | 函数并发调用请求数超过最大值(函数最大实例数*函数单实例并发数) | 建议将函数最大实例数或者单实例并发数配置调大后重试 |
500 | FSS.0500 | Internal service error. | 服务临时性异常,服务内部调用出错,稍后重试 | 服务临时性异常,服务内部调用出错,稍后重试 |
500 | FSS.1162 | The operation cannot take effect immediately due to service exception. | 由于服务异常,该操作无法立即生效 | 联系开发人员 |
500 | FSS.1202 | The response body or callback body is invalid because they do not contain any status code. | 函数返回的body无效 | 联系开发人员 |
500 | FSS.1206 | Failed to convert result for apig. | 无法转换apig的结果 | 检查apig返回或联系开发人员 |
500 | FSS.1302 | Failed to save the data. | 触发器存储失败 | 稍后重试或联系开发人员 |
500 | FSS.1315 | The CTS service is unavailable. | 服务器异常 | 联系CTS开发人员 |
500 | FSS.4001 | function entry is not found. | 找不到函数入口。 | 请检查函数的执行入口和上传代码的函数入口是否一致。 |
500 | FSS.4002 | The user function failed to run. | 用户函数运行报错 | 请根据错误提示信息排查自身代码问题。 |
500 | FSS.4003 | state content is too large. | 状态信息太大。 | 检查状态信息。 |
500 | FSS.4004 | the return value of the function exceeds the maximum allowed limit. | 函数返回值内容超平台限制。 | 请检查函数返回值内容的大小是否超过平台限制(6M)。 |
500 | FSS.4005 | state is undefined. | 状态未定义。 | 检查状态信息。 |
500 | FSS.4006 | function name has no service ID. | 函数不是有状态函数。 | 检查函数是否配置了serviceID。 |
500 | FSS.4007 | function result is invalid. | 函数调用结果非法。 | 根据错误提示检查函数代码。 |
500 | FSS.4008 | response body size %d exceeds the limit of %d. | 函数请求返回值body超过限制。 | 检查函数请求返回值。 |
500 | FSS.4009 | function initialization exception. | init 函数异常。 | 请检查 init 函数代码逻辑。 |
500 | FSS.4010 | invoke timed out after %s. | 函数调用超时。 | 请检查函数超时的原因和配置的超时时间 |
500 | FSS.4011 | Initialization function execution times out. | 初始化函数执行超时 | 请检查函数初始化超时的原因 |
500 | FSS.4012 | load function timed out after %s. | 函数加载超时。 | 请检查obs下载代码包是否成功,请联系相关运维人员。 |
500 | FSS.4013 | failed to check auth of the request. | 有状态请求鉴权失败。 | 请检查函数鉴权信息。 |
500 | FSS.4014 | reading the storeObject timeout.Use larger memory | 加载依赖包超时 | 请增加函数的内存规格 |
500 | FSS.4020 | runtime dir xxx is forbidden. | 用户chmod /home/snuser 和 /opt/function/runtime。 | 检查用户代码是否chmod /home/snuser 和 /opt/function/runtime这两个目录。 |
500 | FSS.4021 | trigger request of this tenant is limited at this frontend instance | 函数的并发数超过限制 | 请联系技术支持工程师协助解决 |
500 | FSS.4024 | function metadata is not found. | 函数元信息不存在。 | 请检测是否存在此函数。 |
500 | FSS.4025 | can not create a state using a stateless function | 使用无状态函数创建状态实例 | 请检查函数是否为有状态函数 |
500 | FSS.4026 | instanceName is not exist | 删除或查询有状态实例ID时,指定了未创建的实例名 | 请检查有状态实例名是否已经成功创建 |
500 | FSS.4027 | cannot be created repeatedly instanceID | 使用了同一个实例名给同一个函数创建状态实例 | 请检查函数是否使用同一个有状态实例名重复创建状态实例 |
500 | FSS.4140 | the size of request body is beyond maximum body size. | 函数的请求体超过平台限制(默认6M) | 请检查函数的请求体大小是否超过限制,如果仍无法解决,请联系技术支持工程师协助解决 |
500 | FSS.4201 | function initialization failed | 用户函数初始化失败 | 请检查初始化函数代码 |
500 | FSS.4202 | runtime bootstrap not found | 函数找不到 bootstrap 文件 | 请检查 bootstrap 脚本文件路径配置是否正确 |
500 | FSS.4203 | runtime process is exited | 用户 bootstrap 脚本未执行完退出 | 请检查 bootstrap 脚本是否存在异常退出的情况 |
500 | FSS.4204 | The user bootstrap script syntax is incorrect. | 用户 bootstrap 脚本语法错误 | 请根据错误提示信息检查 bootstrap 脚本代码。 |
500 | FSS.4205 | runtime memory limit exceeded | 函数使用的内存总量超过限制 | 请检查函数代码占用的内存大小和配置的内存大小限制 |
500 | FSS.4206 | failed to mount volumes for function | 用户磁盘挂载失败 | 请检查代码中使用的磁盘信息(如:路径等)是否与配置信息一致。如果仍无法解决,请联系技术支持工程师协助解决 |
500 | FSS.4207 | disk usage exceed limit | 磁盘使用超出限额 | 请检查函数代码中是否超额使用磁盘存储。如果仍无法解决,请联系技术支持工程师协助解决 |
500 | FSS.4208 | function invocation canceled | 请求被取消 | 用户调用了请求取消接口 |
500 | FSS.4218 | the function fails to be started for multiple times | 函数频繁拉起失败 | 检查函数代码 |
502 | FSS.0502 | Bad gateway. | 网关错误 | 联系开发人员 |
502 | FSS.1319 | Invalid trigger name. | 无效触发器名称 | 更换触发器名称 |
503 | FSS.0503 | Service unavailable. | 服务不可用 | 联系开发人员 |
503 | FSS.1115 | The network is unreachable. | 网络不可达 | 检查网络 |
503 | FSS.1169 | The network is unreachable. | 网络不可达 | 检查网络 |
503 | FSS.1170 | Authentication error. | 鉴权失败,请检查DDS的配置 | 检查DDS配置 |
503 | FSS.1401 | Failed to obtain the image information. | 获取镜像信息失败 | 检查获取镜像的配置 |
503 | FSS.1402 | Failed to pull the image to create a container. | 加载镜像创建容器失败 | 检查镜像地址 |
503 | FSS.1403 | Failed to pull the image to delete a container. | 加载镜像删除容器失败 | 检查镜像地址 |
504 | FSS.0504 | Gateway timeout. | 网关超时 | 检查网络 |

