本文列举调用函数服务 OpenAPI 出错时,返回的错误信息。
更多火山引擎 OpenAPI 公共错误码,请参见 火山引擎公共错误码。
HTTP状态码 | 错误码 | 错误信息 | 处理措施 |
---|---|---|---|
400 Bad Request | MissingParameter | The request is missing {paramName} parameter. | 缺少必要的请求参数。请确认请求参数后重试。 |
400 Bad Request | InvalidParameter | The specified parameter {paramName} is not valid. | 请求参数值不合法。请检查参数值的正确性后重试。 |
400 Bad Request | QuotaExceeded | Number of function triggers exceeded upper limit | 函数的触发器个数超限。触发器需要创建在别的函数名下或者提交工单申请更高的额度。 |
400 Bad Request | MalformedParameter | The specified parameter {paramName} is malformed. | 请求参数值不合法。请检查参数值的正确性后重试。 |
400 Bad Request | InvalidRequest | - | 请求不合法。请修改后重试。 |
400 Bad Request | TLSError | - | TLS 触发器创建错误。请重试或提交工单。 |
401 Unauthorized | ServiceNotActivated | You need to create a service-linked role for veFaaS by visiting the main page of veFaaS. | 没有创建 veFaaS 跨服务角色。需要登录函数服务控制台去授权。 |
403 Forbidden | InvalidOperation | This operation is not supported. | 操作不合法。修改后重试。 |
404 Not Found | ResourceNotFound | The specified resource {paramName} cannot be found. | 指定资源找不到。请确认参数后重试。 |
409 Conflict | DuplicatedResource | Resource {paramName} already exists. | 资源已重复。请重试。 |
409 Conflict | StatusConflictError | - | 状态冲突。请直接重试或提交工单。 |
500 Internal Server Error | InternalServiceError | Internal error occurred: {message}. Please retry or open a ticket. | 发生内部错误。请重试或提交工单。 |
504 Gateway Timeout | TimeoutError | - | 超时。请重试。 |