错误码-j9九游会登录
|
状态码 |
错误码 |
错误信息 |
描述 |
处理措施 |
|---|---|---|---|---|
|
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 |
函数的并发数超过限制 |
请联系j9九游会登录的技术支持工程师协助解决 |
|
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) |
请检查函数的请求体大小是否超过限制,如果仍无法解决,请联系j9九游会登录的技术支持工程师协助解决 |
|
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 |
用户磁盘挂载失败 |
请检查代码中使用的磁盘信息(如:路径等)是否与配置信息一致。如果仍无法解决,请联系j9九游会登录的技术支持工程师协助解决 |
|
500 |
fss.4207 |
disk usage exceed limit |
磁盘使用超出限额 |
请检查函数代码中是否超额使用磁盘存储。如果仍无法解决,请联系j9九游会登录的技术支持工程师协助解决 |
|
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. |
网关超时 |
检查网络 |
相关文档
意见反馈
文档内容是否对您有帮助?
如您有其它疑问,您也可以通过华为云社区问答频道来与我们联系探讨