From 0e835be6511e286aa1d382139eadae3270783c06 Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Thu, 3 Oct 2024 00:06:59 +0800 Subject: [PATCH] change: update code --- hrp/code/code.go | 4 ++-- hrp/internal/version/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hrp/code/code.go b/hrp/code/code.go index 7b8b744c..cfdca007 100644 --- a/hrp/code/code.go +++ b/hrp/code/code.go @@ -97,7 +97,7 @@ var ( CVResponseError = errors.New("CV parse response error") // 83 CVResultNotFoundError = errors.New("CV result not found") // 84 - ContextUnknowError = errors.New("detect context failed") // 85 + StateUnknowError = errors.New("detect state failed") // 85 ) // trackings related: [90, 100) @@ -185,7 +185,7 @@ var errorsMap = map[error]int{ CVServiceConnectionError: 82, CVResponseError: 83, CVResultNotFoundError: 84, - ContextUnknowError: 85, + StateUnknowError: 85, // trackings related TrackingGetError: 90, diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index 275ba70c..c4df1f16 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2410012118 +v5.0.0-beta-2410030007