You need to enable JavaScript to run this app.
导航
公共错误码
最近更新时间:2024.07.08 11:32:09首次发布时间:2024.07.08 11:32:09

本文列举调用函数服务 OpenAPI 出错时,返回的错误信息。
更多火山引擎 OpenAPI 公共错误码,请参见 火山引擎公共错误码

HTTP状态码错误码错误信息处理措施
400 Bad RequestMissingParameterThe request is missing {paramName} parameter.缺少必要的请求参数。请确认请求参数后重试。
400 Bad RequestInvalidParameterThe specified parameter {paramName} is not valid.请求参数值不合法。请检查参数值的正确性后重试。
400 Bad RequestQuotaExceededNumber of function triggers exceeded upper limit函数的触发器个数超限。触发器需要创建在别的函数名下或者提交工单申请更高的额度。
400 Bad RequestMalformedParameterThe specified parameter {paramName} is malformed.请求参数值不合法。请检查参数值的正确性后重试。
400 Bad RequestInvalidRequest-请求不合法。请修改后重试。
400 Bad RequestTLSError-TLS 触发器创建错误。请重试或提交工单。
401 UnauthorizedServiceNotActivatedYou need to create a service-linked role for veFaaS by visiting the main page of veFaaS.没有创建 veFaaS 跨服务角色。需要登录函数服务控制台去授权。
403 ForbiddenInvalidOperationThis operation is not supported.操作不合法。修改后重试。
404 Not FoundResourceNotFoundThe specified resource {paramName} cannot be found.指定资源找不到。请确认参数后重试。
409 ConflictDuplicatedResourceResource {paramName} already exists.资源已重复。请重试。
409 ConflictStatusConflictError-状态冲突。请直接重试或提交工单。
500 Internal Server ErrorInternalServiceErrorInternal error occurred: {message}. Please retry or open a ticket.发生内部错误。请重试或提交工单。
504 Gateway TimeoutTimeoutError-超时。请重试。