From 2a6f5ea3ae331f574f4484d73fa9b22d3fd0af66 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:30:11 +0000 Subject: [PATCH] style: Format code with prettier and gofumpt --- docs/api/insert.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/api/insert.md b/docs/api/insert.md index 13d90d6f4db..dd8566e96ce 100644 --- a/docs/api/insert.md +++ b/docs/api/insert.md @@ -107,13 +107,13 @@ When the response code is NOT `0 (OK)`, the request process may not be completed Here are some common reason and how to resolve of each error. -| name | common reason | how to resolve | -| :---------------- | :------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------- | -| CANCELLED | executed cancel() of rpc from client/server side or something network problems between client and server | Check the code, especially around timeout and connection management and fix if needed. | -| INVALID_ARGUMENT | dimension of request vector is NOT same as Vald Agent's config or requested vector's ID is empty or some request payload is invalid. | check Agent config and request payload and fix request payload or Agent config | -| DEADLINE_EXCEEDED | RPC timeout setting is too short on client or server side | check timeout setting and fix if needed | -| ALREADY_EXISTS | request ID is already inserted | change request ID | -| INTERNAL | target Vald cluster or network route has some critical error | check target Vald cluster at first and check network route including ingress as second | +| name | common reason | how to resolve | +| :---------------- | :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------- | +| CANCELLED | executed cancel() of rpc from client/server side or something network problems between client and server | Check the code, especially around timeout and connection management and fix if needed. | +| INVALID_ARGUMENT | dimension of request vector is NOT same as Vald Agent's config or requested vector's ID is empty or some request payload is invalid. | check Agent config and request payload and fix request payload or Agent config | +| DEADLINE_EXCEEDED | RPC timeout setting is too short on client or server side | check timeout setting and fix if needed | +| ALREADY_EXISTS | request ID is already inserted | change request ID | +| INTERNAL | target Vald cluster or network route has some critical error | check target Vald cluster at first and check network route including ingress as second | ## StreamInsert RPC